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 runs query.
agentRuns
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": "" }