Skip to main content
This endpoint returns a paginated list of all AI agents configured in your DeltaLead organization. Each agent record includes its current status, the language it converses in, and the channels it is assigned to handle — giving you a full operational snapshot of your AI workforce at a glance.

Endpoint

Query Parameters

integer
default:"20"
Maximum number of agents to return per page. Accepts values between 1 and 100.
string
Pagination cursor returned in the previous response’s pagination.next_cursor field. Omit this parameter to start from the beginning of the list.
string
Filter results by agent status. Accepted values: active, inactive, draft. Omit to return agents of all statuses.

Example Request

cURL

Response

array
Array of agent objects matching the query.
object
Pagination metadata for the result set.
200 OK
active agents are currently handling live conversations. inactive agents are paused and will not respond to new messages. draft agents have been created but never published — they have not yet interacted with any leads.