Get Tickets
get_ticketsRetrieve all tickets from Tidio for a complete overview. Supports pagination to access all results beyond the first page.
Instructions
Get all tickets from Tidio. Use this to get tickets overview.
This endpoint supports pagination. If the response contains meta.cursor with a non-null value, there are more results available. Pass that cursor value to the next request to fetch the next page. When meta.cursor is null, you've reached the end of the list.
Args: cursor (str, optional): Pagination cursor from previous response. Use the value from meta.cursor to fetch the next page of results.
Returns: Dict: A dictionary containing ticket information and pagination metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No |