Skip to main content
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

integer
default:1
Page number (starting from 1)
integer
default:20
Items per page (maximum 50)

Response

Returns a paginated list of agents with complete details:
array
Array of complete agent objects
integer
Total number of agents across all pages
integer
Current page number
integer
Number of items per page
integer
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

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

page
integer
default:1

Page number (starting from 1)

Required range: x >= 1
per_page
integer
default:20

Items per page (max 50)

Required range: 1 <= x <= 50

Response

Successful Response

items
SimplifiedAIAgent · object[]
required
total
integer
required
page
integer
required
per_page
integer
required
total_pages
integer
required