cURL
curl --request GET \ --url https://api.example.com/api/agent_templates/{template_id}
{ "id": 123, "slug": "<string>", "name": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "tags": [ "<string>" ], "category": "<string>", "template_version": 1, "agent_defaults_json": {}, "enabled": true, "is_system": true }
Successful Response