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.
Examples:
"n4q95w5"
Filter the training jobs by job ID.
Examples:
"p7qr9qv"
Filter the training jobs by status.
Examples:
[
"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.