Runs
Get a run
Fetch a Loops run by ID.
GET
cURL
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