GET
/
agents
/
{id}
curl --request GET \
  --url https://app.happyrobot.ai/api/v1/agents/{id} \
  --header 'authorization: <authorization>'
{
  "id": "<string>",
  "organization_id": "<string>",
  "name": "<string>",
  "languages": [
    "english"
  ],
  "voice_id": "<string>",
  "created_at": "2024-01-01T01:01:01Z"
}

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Example:

"Bearer API_KEY"

Path Parameters

id
string
required

ID of the agent.

Required string length: 24

Response

200
application/json

200

The response is of type object.