Agents
Get session
Reads the state of a session started by POST /agents/execute: whether it is running, waiting in line, or finished, where it sits in its queue, and how much work that queue is holding. Cheap enough to poll while waiting for enqueued work to start.
post/agents/sessions/get
Request body
Example request
{
"sessionId": "agent_conversation_thread_01k1v4m0000000000000000000"
}Response
The session
Example response
{
"sessionId": "agent_conversation_thread_01k1v4m0000000000000000000",
"status": "WaitingInLine"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.