List issues
List issues on a domain (paginated). Returns a paginated list of issues that the authenticated app has permission to view, optionally filtered and sorted.
Query parameters
Controls the maximum number of items returned in one response from the API.
A marker or pointer, telling the API where to start fetching items for the subsequent page in a paginated dataset. Note that the requested page will not include the item that corresponds to this cursor but will start from the one immediately after this cursor.
Full-text search across issue title and description.
Filter to issues matching any of the provided readable issue IDs.
Filter to issues matching any of the provided statuses.
Filter to issues matching any of the provided severities.
Filter to issues matching any of the provided sources.
Filter to issues matching any of the provided types.
Filter to issues owned by any of the provided owner IDs.
Filter to issues matching any of the provided templates.
Filter to issues closed for any of the provided reasons. Only applies to issues with a CLOSED status.
Filter to issues closed on or after this date.
Filter to issues closed on or before this date.
Include issues without a due date. This is functionally a no-op if dueBeforeDate or dueAfterDate are not provided.
Only include issues without a due date. This filter cannot be used in conjunction with dueBeforeDate or dueAfterDate.
Filter to issues with a due date on or after this date.
Filter to issues with a due date on or before this date.
Filter to issues detected on or after this date.
Filter to issues detected on or before this date.
Filter to issues created on or after this date.
Filter to issues created on or before this date.
Filter to issues sourced from any of the provided audit IDs.
Filter to issues mapped to any of the provided control IDs.
Field to sort the results by.
"asc" for ascending, "desc" for descending.
Direction to sort the results in. One of asc or desc. Defaults to asc.
Response
Ok