AiAgentsListingQueryInput
No description
input AiAgentsListingQueryInput {
limit: Int
offset: Int
sortDirection: SortDirection
sortField: AgentSortField
providerAccountIds: [String!]
agentListingFilter: AiAgentListingFilterInput
searchInput: String
boomiStatusCompatibility: Boolean
}
Fields
AiAgentsListingQueryInput.limit ● Int scalar miscellaneous {#limit}
limit specifies the maximum number of records to return in a single page
AiAgentsListingQueryInput.offset ● Int scalar miscellaneous {#offset}
the starting point for retrieving records
AiAgentsListingQueryInput.sortDirection ● SortDirection enum agent-control-tower {#sort-direction}
The sortDirection input specifies the order in which the agents should be sorted. This can be either ascending or descending.
AiAgentsListingQueryInput.sortField ● AgentSortField enum agent-control-tower {#sort-field}
The sortField input specifies the field by which the agents should be sorted
AiAgentsListingQueryInput.providerAccountIds ● [String!] 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.
AiAgentsListingQueryInput.agentListingFilter ● AiAgentListingFilterInput input agent-control-tower {#agent-listing-filter}
agentListingFilter can be providers,accounts,models,tags
AiAgentsListingQueryInput.searchInput ● String scalar miscellaneous {#search-input}
search text can be provider name/alias name/version name/Trust level as string
AiAgentsListingQueryInput.boomiStatusCompatibility ● Boolean scalar miscellaneous {#boomi-status-compatibility}
Backward compatibility for integration team. When false/absent and provider is BOOMI, only ACTIVE agents are returned
Member Of
aiAgentListings query