Skip to main content
GET
Get File Upload Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

file_upload_id
required

File upload ID(s) to query

Response

File upload status retrieved successfully

success
boolean
required

Whether the request was successful

data
FileUploadStatusResponse · object[] | null

Response data on success

error_type
string | null

Type of error if failed

error_message
string | null

Error message if failed