AgentResponse
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.
type AgentResponse {
items: [Agent!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
AgentResponse.items ● [Agent!]! non-null object
List of items of type Agent
AgentResponse.itemsFound ● Int! non-null scalar
Total number of items found
AgentResponse.offset ● Int! non-null scalar
The amount of items to show per page
AgentResponse.page ● Int! non-null scalar
The current page
AgentResponse.pages ● Int! non-null scalar
Total amount of pages
AgentResponse.start ● Int! non-null scalar
Start position of the current page
AgentResponse.end ● Int! non-null scalar
End position of the current page
Returned By
agents query