Skip to main content
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.
Invalid pagination values return 422.