Skip to main content
GET
List runs for a model

Headers

Authorization
string | null

Bearer token with API key

Path Parameters

model_id
string
required

Query Parameters

status
string | null

Filter by status: running, completed, error.

limit
integer
default:20

Max results (1-100).

Required range: 1 <= x <= 100

Response

Successful Response

Response for GET /api/v1/model/{model_id}/run.

runs
ApiRunListItem · object[]
required
total
integer
required

Total number of matching runs in the workspace, ignoring limit. Lets paginated callers detect there is more to fetch.

returned
integer
required

Number of runs in this response (len(runs))