Get all agents in your organization
| Parameter | Type | Description |
|---|---|---|
provider | string | Filter by provider (e.g., vapi, livekit) |
| Field | Type | Description |
|---|---|---|
agents | array | List of agent objects |
total | number | Total number of agents |
| Field | Type | Description |
|---|---|---|
id | string | Agent UUID |
provider | string | Provider type |
name | string | Display name |
description | string | Optional description |
is_active | boolean | Whether the agent is active |
created_at | string | ISO-8601 creation timestamp |
updated_at | string | ISO-8601 last update timestamp |