Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Agent Run Events query.
agentRunEvents
agentRunEvents(conversationId: ID!, runId: ID!, afterEventId: Int, limit: Int): AgentRunEventConnection!
query AgentRunEvents($conversationId: ID!, $runId: ID!, $afterEventId: Int, $limit: Int) { agentRunEvents(conversationId: $conversationId, runId: $runId, afterEventId: $afterEventId, limit: $limit) { data { event eventId } } }
{ "conversationId": "", "runId": "" }