Runs
Get a run
Fetch a Loops run by ID.
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.
Path Parameters
Response
200 - application/json
Response for GET /v1/loops/runs/<run_id>.
The Loops run with its associated sampler.
cURL