GET
/agents
Retrieves a list of all available AI agents in your project.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| limit | integer | The maximum number of agents to return. Defaults to 20. |
| offset | integer | The number of agents to skip before starting to collect the result set. |
| sort_by | string | The field to sort the results by. e.g., 'created_at'. |