cURL
curl --request GET \ --url https://api.example.com/api/agent_templates
[ { "id": 123, "slug": "<string>", "name": "<string>", "description": "<string>", "tags": [ "<string>" ], "category": "<string>", "template_version": 1, "enabled": true } ]
Successful Response