Error
List agents
Fetch agents available to the API key. Requires the agents:read scope.
GET
Error
Returns agents visible to the key creator. Use this endpoint to discover agent UUIDs before sending chat requests.
Required API key scope:
agents:read.Query parameters
string
Team UUID for team-scoped keys.
Response
string
Agent UUID.
string
Agent name.
string
Agent description.
boolean
Whether the agent is active.
Authorizations
Paste your Pharen API key without the Bearer prefix.
Query Parameters
Team UUID for team-scoped keys.
Page number for paginated results.
Required range:
x >= 1Number of results per page.
Required range:
1 <= x <= 100