API Reference
cURL
curl --request GET \ --url https://api.example.com/api/chat/tasks \ --header 'Authorization: Bearer <token>'
{}
Get tasks list with pagination
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type Response Get Tasks Api Chat Tasks Get · object.
Response Get Tasks Api Chat Tasks Get · object