AiAgentsQueryInput
No description
input AiAgentsQueryInput {
pageIndex: Int
pageSize: Int
providerAccountIds: [ID!]
agentIds: [ID!]
}
Fields
AiAgentsQueryInput.pageIndex ● Int scalar miscellaneous {#page-index}
Zero-based page index, must not be negative. Default is 0
AiAgentsQueryInput.pageSize ● Int scalar miscellaneous {#page-size}
The size of the page to be returned, must be greater than 0. Default is 10
AiAgentsQueryInput.providerAccountIds ● [ID!] list scalar miscellaneous {#provider-account-ids}
Optional. An array of unique identifiers for the AI Agent Provider account Ids. This filters the results to include only AI Agents that are registered under the specified registry account IDs. If omitted, results will include AI Agents from all registry accounts.
AiAgentsQueryInput.agentIds ● [ID!] list scalar miscellaneous {#agent-ids}
Optional. Filter by specific AI Agent IDs.
Member Of
aiAgents query