Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Active Agent Run query.

Operation details

FieldValue
NameactiveAgentRun
GroupConversations
TypeQuery
SignatureactiveAgentRun(conversationId: ID!): AgentRun

Playground

Query

Query
query ActiveAgentRun($conversationId: ID!) {
  activeAgentRun(conversationId: $conversationId) {
    status
    createdAt
    agentId
    conversationId
    finishedAt
    handoffMessageId
  }
}

Variables

Variables
{
  "conversationId": ""
}