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 snapshot query.
| Field | Value |
|---|---|
| Name | agentRunSnapshot |
| Group | Conversations |
| Type | Query |
| Signature | agentRunSnapshot(conversationId: ID!, runId: ID!): AgentRunSnapshot |
query AgentRunSnapshot($conversationId: ID!, $runId: ID!) {
agentRunSnapshot(conversationId: $conversationId, runId: $runId) {
afterEventId
}
}
{
"conversationId": "",
"runId": ""
}