Runs
List runs
List Loops runs visible to the requesting user, optionally filtered by run id and/or base model.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Query Parameters
Filter by run ID.
Example:
"k4q95w5"
Filter runs by base model name.
Example:
"Qwen/Qwen3-8B"
Response
200 - application/json
Runs matching the query filters.
List of runs.
cURL