Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Agent run events query.
| Field | Value |
|---|---|
| Name | agentRunEvents |
| Group | Conversations |
| Type | Query |
| Signature | agentRunEvents(conversationId: ID!, runId: ID!, afterEventId: Int, limit: Int, format: RunEventFormat): AgentRunEventConnection! |
query AgentRunEvents($conversationId: ID!, $runId: ID!, $afterEventId: Int, $limit: Int, $format: RunEventFormat) {
agentRunEvents(conversationId: $conversationId, runId: $runId, afterEventId: $afterEventId, limit: $limit, format: $format) {
__typename
}
}
{
"conversationId": "",
"runId": ""
}