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.
Child agent runs by parent conversation query.
childAgentRunsByParentConversation
childAgentRunsByParentConversation(conversationId: ID!, spawnedFromToolCallId: String, limit: Int, cursor: String): AgentRunConnection!
query ChildAgentRunsByParentConversation($conversationId: ID!, $spawnedFromToolCallId: String, $limit: Int, $cursor: String) { childAgentRunsByParentConversation(conversationId: $conversationId, spawnedFromToolCallId: $spawnedFromToolCallId, limit: $limit, cursor: $cursor) { __typename } }
{ "conversationId": "" }