Body
Response
The name of the created agent.
The type of the created agent.
The description of the created agent.
The activation status of the created agent.
The date and time the agent was created.
The date and time the agent was last updated.
The organization ID to which the agent belongs.
The voice model associated with the agent.
The voice model ID associated with the agent.
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"
}