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.