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.
Child agent runs by parent conversation query.
| Field | Value |
|---|---|
| Name | childAgentRunsByParentConversation |
| Group | Conversations |
| Type | Query |
| Signature | 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": ""
}