Skip to main content
GET
/
v1
/
loops
/
sessions
/
{session_id}
cURL
curl --request GET \
--url https://api.baseten.co/v1/loops/sessions/{session_id} \
--header "Authorization: Bearer $BASETEN_API_KEY"
{
  "session": {
    "id": "<string>"
  }
}

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

Authorization
string
header
required

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

session_id
string
required

Response

200 - application/json

Response for GET /v1/loops/sessions/<session_id>.

session
LoopsSessionV1 · object
required

The Loops session.