Endpoints
List training jobs
List and filter Fastino training jobs.
GET
GET /v1/training-jobs
Returns training jobs visible to the authenticated account.
Request
string
required
Your Fastino API key.
string
Filter by persisted job status.
string
Filter by project ID.
integer
default:"200"
Page size from
1 through 200.integer
default:"0"
Number of matching jobs to skip.
Response
boolean
Whether the request succeeded.
object[]
Training-job records for this page.
integer
Number of jobs in this page.
integer
Total number of matching jobs before pagination.
boolean
Whether another page exists after this one.
422.
