Robots
Inspect a Robot session turn stream
Read the current stream offset and state without returning events.
HEAD
/robots/sessions/{session_id}/turns/{turn_id}Read the current stream offset and state without returning events.
storyden-session<token>
In: cookie
Path Parameters
session_id*string
Robot session ID
turn_id*string
Robot turn ID
Query Parameters
offset?string
Read events after this stream offset. Use -1 to start at beginning.
Response Body
application/json
curl -X HEAD "https://example.com/robots/sessions/cc5lnd2s1s4652adtu50/turns/cc5lnd2s1s4652adtu50"Empty
Empty
Empty
Empty
Empty
{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}