Waiting for engine...
Skip to main content

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 specifies the maximum number of records to return in a single page

AiAgentsListingQueryInput.offset ● Int scalar miscellaneous

the starting point for retrieving records

AiAgentsListingQueryInput.sortDirection ● SortDirection enum agent-control-tower

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

The sortField input specifies the field by which the agents should be sorted

AiAgentsListingQueryInput.providerAccountIds ● [String!] 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.

AiAgentsListingQueryInput.agentListingFilter ● AiAgentListingFilterInput input agent-control-tower

agentListingFilter can be providers,accounts,models,tags

AiAgentsListingQueryInput.searchInput ● String scalar miscellaneous

search text can be provider name/alias name/version name/Trust level as string

AiAgentsListingQueryInput.boomiStatusCompatibility ● Boolean scalar miscellaneous

Backward compatibility for integration team. When false/absent and provider is BOOMI, only ACTIVE agents are returned

Member Of

aiAgentListings query

On this Page