Skip to main content

Get Upload Status

GET 

/api/v1/orgs/{orgId}/ai-models/{modelId}/editions/{edition}/uploads/{uploadId}/status

Polls the status of an upload session — used by the client to track progress after registering and transferring a file.

  • uploadExpiresAt is returned only while the upload is still in progress (Pending or Uploading); it is omitted once the session reaches a terminal state.

  • Clients typically poll this endpoint until the status becomes Uploaded (success) or a *Failed state (UploadFailed / VerifyFailed).

  • Returns 404 if no upload session matches the given uploadId (UploadNotFound).

Request

Responses

OK