Retrieve all agents associated with your account.
| Parameter | Type | Default | Description |
|---|---|---|---|
page | number | 1 | Page number (min: 1) |
limit | number | 20 | Results per page (1-100) |
status | string | - | Filter by status (active, paused, stopped, error) |
sort | string | created_at | Sort field (created_at, updated_at, name) |
order | string | desc | Sort order (asc, desc) |
| Field | Type | Description |
|---|---|---|
uuid | string | Unique agent identifier |
name | string | Agent name |
description | string | Agent description |
status | string | Current status |
created_at | string | Creation timestamp |
updated_at | string | Last update timestamp |
task_count | number | Total tasks executed |
active_tasks | number | Currently running tasks |
| Code | Description |
|---|---|
200 | Success |
401 | Invalid authentication |
403 | AI Agents feature not enabled |