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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Controls the maximum number of items returned in one response from the API.
1 <= x <= 100A 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.
NOT_STARTED, IN_PROGRESS, CLOSED Filter to issues matching any of the provided severities.
CRITICAL, HIGH, MEDIUM, LOW, NO_SEVERITY Filter to issues matching any of the provided sources.
AUDIT, AUDIT_EXTERNAL, INCIDENT, EXTERNAL_PARTY, SELF_ASSESSMENT, OTHER Filter to issues matching any of the provided types.
AREA_OF_CONCERN, MAJOR_NONCONFORMITY, MINOR_NONCONFORMITY, OPP_FOR_IMPROVEMENT, EXCEPTION, PROCESS_FOR_IMPROVEMENT Filter to issues owned by any of the provided owner IDs.
Filter to issues matching any of the provided templates.
STANDARD_ISSUE, STANDARD_POAM Filter to issues closed for any of the provided reasons. Only applies to issues with a CLOSED status.
RESOLVED, DUPLICATE, ACCEPTED, OTHER 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.
dueDate, createdDate, detectedDate, lastModifiedDate, status, severity Direction to sort the results in. One of asc or desc. Defaults to asc.
Sort direction shared across the external REST API surface.
"asc" for ascending, "desc" for descending. Endpoints expose this as the
orderDirection / sortDirection query parameter and map it onto whatever
internal direction representation the underlying service expects.
asc, desc Response
Ok