Skip to main content
GET
/
v1
/
agents
/
{id}
curl -X GET https://api.example.com/v1/agents/{agent_id} \
  -H "X-API-Key: YOUR_API_KEY"
{
  "success": true,
  "agent": {
    "agent_id": "1763072369786x...",
    "agent_name": "Sales Agent",
    "agent_type": "sms",
    "general_prompt": "You are helpful.",
    "greeting_prompt": "Hi {'{'}{'{'}}first_name{'}'}{'}'}}!"
  },
  "powered_by": "Teli"
}

Authorizations

X-API-Key
string
required
Authentication header

Path

id
string
required
Agent unique_id
curl -X GET https://api.example.com/v1/agents/{agent_id} \
  -H "X-API-Key: YOUR_API_KEY"
{
  "success": true,
  "agent": {
    "agent_id": "1763072369786x...",
    "agent_name": "Sales Agent",
    "agent_type": "sms",
    "general_prompt": "You are helpful.",
    "greeting_prompt": "Hi {'{'}{'{'}}first_name{'}'}{'}'}}!"
  },
  "powered_by": "Teli"
}