get_tickets
Fetch tickets with cursor pagination. Pass the returned after_cursor as cursor to navigate pages.
Instructions
Fetch tickets with cursor pagination.
Pass the returned after_cursor as cursor to get the next page.
sort_by: created_at | updated_at | priority | status. per_page max 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| sort_by | No | created_at | |
| per_page | No | ||
| sort_order | No | desc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||