Returns a list of assistants.
cURL
curl --request GET \ --url https://api.anyapi.ai/v1/assistants \ --header 'Authorization: Bearer <token>'
{ "error": { "message": "<string>", "type": "<string>", "code": "<string>", "param": "<string>" } }
Bearer token authentication. Get your API key from the dashboard.
Unauthorized - Invalid or missing API key
Show child attributes