Skip to main content
GET
Get Upload by ID

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

uploadId
integer
required

Unique upload identifier

Required range: x >= 1

Response

Upload details.

id
integer

Unique upload identifier

Example:

12345

filename
string

Name of the uploaded file

Example:

"document.xliff"

status
string

Current upload status

Example:

"pending"

created_at
string<date-time>

Upload creation timestamp