cURL
curl --request GET \ --url https://api.contextual.ai/v1/agents/templates/acl \ --header 'Authorization: Bearer <token>'
{ "templates": [] }
Retrieve a list of all available Agent Composer Templates.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
List of available Agent Composer templates.
Show child attributes
Was this page helpful?