AiAgentsQueryInput
No description
input AiAgentsQueryInput {
pageIndex: Int
pageSize: Int
providerAccountIds: [ID!]
}
Fields
AiAgentsQueryInput.pageIndex ● Int scalar miscellaneous
Zero-based page index, must not be negative. Default is 0
AiAgentsQueryInput.pageSize ● Int scalar miscellaneous
The size of the page to be returned, must be greater than 0. Default is 10
AiAgentsQueryInput.providerAccountIds ● [ID!] list scalar miscellaneous
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.
Member Of
aiAgents query
Was this topic helpful?