curl -X GET https://alfred.black/api/v1/openclaw/sessions \ -H "Authorization: Bearer alf_your_key_here"
{ "...": "Structure depends on gateway sessions output"}
OpenClaw
List Sessions
List agent sessions
GET
/
api
/
v1
/
openclaw
/
sessions
curl -X GET https://alfred.black/api/v1/openclaw/sessions \ -H "Authorization: Bearer alf_your_key_here"
{ "...": "Structure depends on gateway sessions output"}
List all agent sessions on your instance. Sessions represent active or recent conversations between your Alfred tools and the AI agent backend.The response is returned as structured JSON when available, or as raw text in a raw field.
curl -X GET https://alfred.black/api/v1/openclaw/sessions \ -H "Authorization: Bearer alf_your_key_here"
{ "...": "Structure depends on gateway sessions output"}
The response format depends on the gateway’s output. If the gateway returns valid JSON, it is passed through as-is. Otherwise, the raw text is returned in a raw field.