cURL
curl --request GET \ --url https://api.prod.usesimple.ai/api/v1/agents/{agent_id} \ --header 'Authorization: <api-key>'
{ "prompt": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_id": 123, "user_id": 123, "analyzers": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "prompt": "<string>", "output_config": {} } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "available_params": [], "name": "Agent", "first_sentence": "<string>", "language": "en", "record": true }
Retrieve the latest version of an agent or a specific version
Successful Response
Show child attributes
The first sentence the agent will say when starting a call
The language the agent uses for calls
en
es
Whether the agent's calls are recorded
Was this page helpful?