Get file upload status
Files
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.
GET
Get file upload status
Poll upload progress for aDocumentation Index
Fetch the complete documentation index at: https://docs.tensorstudio.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 uploaduploading— upload in progresscompleted— ready for batch submissionfailed— upload failed
Example
Typical response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.