Retrieve a paginated list of agents with core metadata. The response may include additional summary fields beyond ID, name, and status.
Retrieve a paginated list of agents for browsing and selection. Although this is the lighter-weight listing endpoint, the payload typically includes core deployment and model metadata and may include additional summary fields such as instructions or compatibility flags.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.
/v1/agents is the lighter-weight listing endpoint, but the response includes more than just id, name, and statusitems array is sorted by creation date (newest first)ACTIVE (deployed and ready), INACTIVE (not deployed)API Key for authentication
Page number (starting from 1)
x >= 1Items per page (max 50)
1 <= x <= 50