Training Jobs
Search training jobs
Search training jobs for the organization.
POST
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Body
application/json
A request to search training jobs.
Filter the training jobs by project ID.
Example:
"n4q95w5"
Filter the training jobs by job ID.
Example:
"p7qr9qv"
Filter the training jobs by status.
Example:
[
"TRAINING_JOB_RUNNING",
"TRAINING_JOB_COMPLETED"
]Order the training jobs by a field. Currently supports created_at
Response
200 - application/json
A response to search training jobs.
List of training jobs.
cURL