Operation details
| Field | Value |
|---|---|
| Name | childAgentRunsByParentConversation |
| Group | Conversations |
| Type | Query |
| Signature | childAgentRunsByParentConversation(conversationId: ID!, spawnedFromToolCallId: String, limit: Int, cursor: String): AgentRunConnection! |
Playground
Query
Query
query ChildAgentRunsByParentConversation($conversationId: ID!, $spawnedFromToolCallId: String, $limit: Int, $cursor: String) {
childAgentRunsByParentConversation(conversationId: $conversationId, spawnedFromToolCallId: $spawnedFromToolCallId, limit: $limit, cursor: $cursor) {
data {
status
createdAt
agentId
conversationId
finishedAt
handoffMessageId
}
}
}
Variables
Variables
{
"conversationId": ""
}