List Agents
List agents with filtering, sorting, and pagination. Default page size is 25 (maximum 100). To hydrate a known set of agents in one call, use POST /agents/batch-get instead.
Authorizations
API key for authentication. Generate API keys from the RevRing dashboard.
Query Parameters
Page number
x >= 1Items per page
1 <= x <= 100Sort field
createdAt, updatedAt, name Sort direction
asc, desc Filter by status
active, disabled Filter by folder. Pass a folder ID to only return agents in that folder, or none to only return agents not in any folder. Omit to return agents from all folders.
Search agents by name (case-insensitive substring match)
128Return a compact representation, omitting prompt template, flow definition, variables, runtime config, custom tools, and knowledge bases