Skip to main content
GET
List runs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

modelUuid
string<uuid>

Filter runs by model identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
statuses
enum<string>[]

Run statuses to include.

Available options:
pending,
running,
success,
error,
cancelled,
cancelling
limit
string

Maximum number of runs to return.

offset
string

Number of runs to skip.

Response

Successful response

runs
Runs · object[]
required

List of runs.