List issues
list_unified_issuesList issues from the connected account. Returns an array of issue records. Supports filtering by updated_gte, sort, order, and pagination. Use to browse or search many issues; to fetch a single issue by its ID, use get_unified_issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | Maximum number of results to return in one page (default 100) | |
| order | No | ||
| offset | No | Number of results to skip, for pagination (default 0) | |
| updated_gte | No | Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) |