Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

Default authentication mechanism

Headers

x-tenant-id
string

Optional tenant id to use for the request. If not provided, the namespace will be used directly. Must be alphanumeric and up to 64 characters.

Pattern: ^[A-Za-z0-9]{1,64}$

Path Parameters

namespaceId
string
required

The id of the namespace (prefixed with ns_)

Example:

"ns_123"

jobId
string
required

The id of the job (prefixed with job_)

Example:

"job_123"

Response

The retrieved ingest job

success
boolean
required
data
Ingest Job · object
required