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.

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"

Response

200 - application/json

Runs matching the query filters.

runs
LoopsRunV1 · object[]
required

List of runs.