Active Agent Run query.
activeAgentRun
activeAgentRun(conversationId: ID!): AgentRun
query ActiveAgentRun($conversationId: ID!) { activeAgentRun(conversationId: $conversationId) { status createdAt agentId conversationId finishedAt handoffMessageId } }
{ "conversationId": "" }