curl --location --request GET 'https://api.stateset.com/v1/agent' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "id": "2438cf38-4004-41d3-8c90-131735ff7d00" }'
{ "id": "2438cf38-4004-41d3-8c90-131735ff7d00", "agent_name": "Agent 1", "agent_type": "Agent", "description": "This is agent 1", "activated": true, "created_at": "2021-09-01T00:00", "updated_at": "2021-09-01T00:00", "org_id": "2438cf38-4004-41d3-8c90-131735ff7d00", "voice_model": "Voice Model 1", "voice_model_id": "2438cf38-4004-41d3-8c90-131735ff7d00" }
This endpoint gets agents