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 query.
| Field | Value |
|---|---|
| Name | agentRun |
| Group | Conversations |
| Type | Query |
| Signature | agentRun(conversationId: ID!, runId: ID!): AgentRun |
query AgentRun($conversationId: ID!, $runId: ID!) {
agentRun(conversationId: $conversationId, runId: $runId) {
agentId
conversationId
createdAt
finishedAt
handoffMessageId
}
}
{
"conversationId": "",
"runId": ""
}