GET
/
agents
/
{agent_id}
curl --request GET \
  --url https://eu-west-1.api.neuphonic.com/agents/{agent_id} \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "agent": {
      "id": "<string>",
      "name": "<string>",
      "prompt": "<string>",
      "greeting": "<string>"
    }
  }
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication. Get your API key from the Neuphonic website.

Path Parameters

agent_id
string
required

The agent ID for the agent to retrieve.

Response

200
application/json
Successful Response
data
object

The data payload for the response.