Samplers
List samplers
List Loops samplers visible to the requesting user.
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.
Response
200 - application/json
Response for GET /v1/loops/samplers.
Returns the caller's samplers, including those paired to runs and standalone samplers. Ordered newest-first.
List of samplers.
cURL