AiAgentStatusCount
No description
type AiAgentStatusCount {
status: String
count: Int
}
Fields
AiAgentStatusCount.status ● String scalar miscellaneous
Status of the AI agent (e.g., PREPARING, RUNNING)
AiAgentStatusCount.count ● Int scalar miscellaneous
number of agents with this status. default value will be null
Member Of
AiAgentsListingQueryResponse object
Was this topic helpful?