Skip to main content
GET
/
uploads
/
{id}
Get upload status
curl --request GET \
  --url https://app.tryordinal.com/api/v1/uploads/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "status": "pending",
  "createdAt": "2026-02-04T10:30:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryordinal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

Upload job ID (UUID)

Response

Upload status and metadata. Response shape depends on status.

Upload is queued and waiting to be processed

id
string<uuid>
status
enum<string>
Available options:
pending
createdAt
string<date-time>