Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

team_id
string
required

Query Parameters

run_id
string | null

Filter by run ID.

Example:

"k4q95w5"

base_model
string | null

Filter runs by base model name.

Example:

"Qwen/Qwen3-8B"

scope
string | null

Defaults to the caller's own runs; pass 'org' to list every run in the caller's organization.

Example:

"org"

Response

200 - application/json

Runs matching the query filters.

runs
LoopsRunV1 · object[]
required

List of runs.