Skip to main content
GET
https://api.stateset.com
/
v1
/
agents
/
{id}
curl --location --request GET 'https://api.stateset.com/v1/agents/agent_123' \
--header 'Authorization: Bearer <api_key>'
{
  "id": "agent_123",
  "agent_name": "Support Bot",
  "agent_type": "Conversational AI Agent",
  "description": "Handles order status and returns",
  "activated": true,
  "created_at": "2025-01-01T12:00:00Z",
  "updated_at": "2025-01-02T08:30:00Z",
  "org_id": "org_456",
  "voice_model": "Asteria"
}

Path Parameters

id
string
The agent ID.

Response

agent_name
string
The name of the created agent.
agent_type
string
The type of the created agent.
description
string
The description of the created agent.
activated
string
The activation status of the created agent.
created_at
string
The date and time the agent was created.
updated_at
string
The date and time the agent was last updated.
org_id
string
The organization ID to which the agent belongs.
voice_model
string
The voice model associated with the agent.
voice_model_id
string
The voice model ID associated with the agent.
curl --location --request GET 'https://api.stateset.com/v1/agents/agent_123' \
--header 'Authorization: Bearer <api_key>'
{
  "id": "agent_123",
  "agent_name": "Support Bot",
  "agent_type": "Conversational AI Agent",
  "description": "Handles order status and returns",
  "activated": true,
  "created_at": "2025-01-01T12:00:00Z",
  "updated_at": "2025-01-02T08:30:00Z",
  "org_id": "org_456",
  "voice_model": "Asteria"
}