Skip to main content
GET
/
api
/
v1
/
files
/
{file_uuid}
/
status
Get upload status
curl --request GET \
  --url https://api.example.com/api/v1/files/{file_uuid}/status \
  --header 'Authorization: <api-key>'
{
  "offset": 123
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

file_uuid
string
required

File UUID

Response

OK

offset
integer