agents
Search and retrieve agents with filtering and pagination.
Possible errors:
- AGENT_SEARCH_ERROR: Failed to search agents due to system issuesAUTH: Role=[configuration.OWNER,configuration.EDITOR,configuration.VIEWER] OR ('user is authenticated')
agents(
input: AgentSearchInput
): AgentResponse!
Arguments
agents.input ● AgentSearchInput input
Search criteria for filtering and retrieving agents.
Type
AgentResponse object
Paginated response containing agent search results.
Extends the base paginated response with agent-specific data, providing comprehensive search results with pagination metadata for efficient agent browsing and management.