Training Jobs
Search training jobs
Search training jobs for the organization.
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
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