List Agents (Full)
REST API - Agents
List Agents (Full Details)
Retrieve a paginated list of AI agents with complete configuration details
GET
List Agents (Full)
Retrieve a paginated list of AI agents with complete information including configuration, tools, knowledge bases, and deployment details. This endpoint provides more detailed information than the minimal list endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
