cURL
curl --request GET \ --url https://api.pulze.ai/v1/assistants/ \ --header 'Authorization: Bearer <token>'
{ "items": [ "<any>" ], "page": 123, "pages": 123, "size": 123, "total": 123 }
x >= 1
1 <= x <= 100
Was this page helpful?