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 runs query.
| Field | Value |
|---|---|
| Name | agentRuns |
| Group | Conversations |
| Type | Query |
| Signature | agentRuns(conversationId: ID!, limit: Int, cursor: String): AgentRunConnection! |
query AgentRuns($conversationId: ID!, $limit: Int, $cursor: String) {
agentRuns(conversationId: $conversationId, limit: $limit, cursor: $cursor) {
__typename
}
}
{
"conversationId": ""
}