Skip to main content
GET
Get file upload status
Poll upload progress for a batch_upload_id returned by POST /files/upload. Returns per-file upload_status and gcs_key for completed files.

Upload statuses

  • pending — queued for background upload
  • uploading — upload in progress
  • completed — ready for batch submission
  • failed — upload failed

Example

Typical response

Authorizations

Authorization
string
header
required

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

Path Parameters

batch_upload_id
string
required

Response

Upload status response

batch_upload_id
string
status
string
total_files
integer
completed
integer
failed
integer
uploading
integer
pending
integer
files
object[]