cURL
curl --request GET \ --url https://api.clarm.com/v1/agents \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "description": "<string>", "steps": [ "<string>" ], "instructions": "<string>", "collections": [ 123 ] } ]
Get all agents
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response