List Agents (Full)
REST API - Agents
List Agents (Full Details)
Retrieve a paginated list of AI agents in the simplified view (tools as one flat list, no low-level graph/oas).
GET
List Agents (Full)
Retrieve a paginated list of AI agents. Each item is the simplified agent view — core configuration plus a flat
tools array (see Get Agent for the per-item field shape, including the AgentTool object). Low-level graph, attached_tools, and oas are not included; manage tools via the Tools API.
Query Parameters
Page number (starting from 1)
Items per page (maximum 50)
Response
Returns a paginated list of agents with complete details:Array of complete agent objects
Total number of agents across all pages
Current page number
Number of items per page
Total number of pages available
Example Request
Example Response
Notes
- This endpoint returns complete agent configurations, which may be slower than the minimal list endpoint
- Use the minimal list endpoint (
GET /v1/agents) if you only need basic agent information - The response is automatically filtered based on your API key’s permissions
- Large responses may take longer to retrieve due to nested configurations
See Also
- List Agents (Minimal) - Lightweight endpoint for basic agent info
- Get Agent - Get complete details for a single agent
Authorizations
API Key for authentication
Query Parameters
Page number (starting from 1)
Required range:
x >= 1Items per page (max 50)
Required range:
1 <= x <= 50
