Playground
Get run status
Returns the current status and details of a run.
GET
Get run status
Documentation Index
Fetch the complete documentation index at: https://agentcommunicationprotocol.dev/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
UUID of the run. Identifier of a run
Response
Run status
A unique identifier for the agent following the RFC 1123 DNS label naming convention.
Required string length:
1 - 63Pattern:
^[a-z0-9]([-a-z0-9]*[a-z0-9])?$Example:
"chat"
Identifier of a run
Status of the run
Available options:
created, in-progress, awaiting, cancelling, cancelled, completed, failed Identifier of a session
Payload describing what is awaited from the client to continue the run.
Get run status