cURL
curl --request GET \ --url https://api.ziet.ai/v1/agents/{id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "instructions": "<string>", "model": "<string>", "max_tokens": 123, "input": {}, "actions": [ "<string>" ], "strategies": [ { "type": "wait", "config": { "memory": [ "<string>" ], "actions": [ "<string>" ], "sleep": 10 } } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Retrieve agent details including input schema, available actions, and strategies.
Format: 'Api-Key sk_live_YOUR_KEY'
Agent details
JSON Schema for input parameters
Show child attributes