Skip to main content
GET
List runs

Authorizations

Authorization
string
header
required

API token from cargo-ai login. Send as Authorization: Bearer <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

List runs

runs
Runs · object[]
required

List of runs.