Get tickets
Fetches a paginated list of tickets created in the past 30 days. By default, it returns the latest 50 tickets.
Query Parameters |
---|
botId string — REQUIREDUnique bot identifier. Example:
|
jsonQuery string — REQUIREDURL-encoded JSON object specifying pagination parameters. |
Responses | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
200 A list of tickets retrieved successfully.
| ||||||||||
400 Bad Request — invalid or missing parameters. | ||||||||||
403 Forbidden — user not authorized to access the resource. | ||||||||||
500 Internal Server Error — something went wrong on the server. |