Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Body

application/json

A request to search training jobs.

project_id
string | null

Filter the training jobs by project ID.

Example:

"n4q95w5"

job_id
string | null

Filter the training jobs by job ID.

Example:

"p7qr9qv"

statuses
string[] | null

Filter the training jobs by status.

Example:
order_by
OrderByV1 · object[]

Order the training jobs by a field. Currently supports created_at

Response

200 - application/json

A response to search training jobs.

training_jobs
TrainingJobV1 · object[]
required

List of training jobs.