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"
}
This endpoint gets an 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"
}
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"
}