Skip to main content
Use this endpoint to fetch the complete configuration of a single AI agent by its ID. The response includes every setting that governs how the agent communicates — its tone, the topics it is permitted to discuss, the conditions under which it hands off to a human seller, and the cadence it follows when sending automated follow-ups.

Endpoint

Path Parameters

string
required
The unique identifier of the agent to retrieve, e.g. agent_abc123.

Example Request

cURL

Response

string
Unique identifier for the agent.
string
ID of the organization this agent belongs to.
string
Display name of the agent.
string
Current status: active, inactive, or draft.
string
Language locale the agent uses: es-AR, es-MX, es-CR, es-CO, pt-BR, or en-US.
array
Channels the agent is assigned to: whatsapp, facebook, instagram, web, email, or phone.
string
ISO 8601 timestamp of agent creation.
string
ISO 8601 timestamp of the most recent update.
object
Full behavioral configuration for the agent.
200 OK

Error Responses

404 Not Found