v1

latestOpenAPI 3.0.1Vanta Terms of Service2026-07-26327517821.8 KB
Issues

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.

get/issues

Query parameters

pageSizeinteger

Controls the maximum number of items returned in one response from the API.

pageCursorstring

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.

searchstring

Full-text search across issue title and description.

readableIssueIdMatchesAnystring[]

Filter to issues matching any of the provided readable issue IDs.

statusMatchesAnyIssueStatus[]

Filter to issues matching any of the provided statuses.

severityMatchesAnyIssueSeverity[]

Filter to issues matching any of the provided severities.

sourceMatchesAnySourceType[]

Filter to issues matching any of the provided sources.

typeMatchesAnyStandardIssueType[]

Filter to issues matching any of the provided types.

ownerIdMatchesAnystring[]

Filter to issues owned by any of the provided owner IDs.

templateMatchesAnyIssueTemplate[]

Filter to issues matching any of the provided templates.

closeReasonMatchesAnyClosedReason[]

Filter to issues closed for any of the provided reasons. Only applies to issues with a CLOSED status.

closedAfterDatestring date-time

Filter to issues closed on or after this date.

closedBeforeDatestring date-time

Filter to issues closed on or before this date.

includeIssuesWithoutDueDateboolean

Include issues without a due date. This is functionally a no-op if dueBeforeDate or dueAfterDate are not provided.

includeOnlyIssuesWithoutDueDateboolean

Only include issues without a due date. This filter cannot be used in conjunction with dueBeforeDate or dueAfterDate.

dueAfterDatestring date-time

Filter to issues with a due date on or after this date.

dueBeforeDatestring date-time

Filter to issues with a due date on or before this date.

detectedAfterDatestring date-time

Filter to issues detected on or after this date.

detectedBeforeDatestring date-time

Filter to issues detected on or before this date.

createdAfterDatestring date-time

Filter to issues created on or after this date.

createdBeforeDatestring date-time

Filter to issues created on or before this date.

auditIdMatchesAnystring[]

Filter to issues sourced from any of the provided audit IDs.

controlIdMatchesAnystring[]

Filter to issues mapped to any of the provided control IDs.

orderBy'dueDate' | 'createdDate' | 'detectedDate' | 'lastModifiedDate' | 'status' | 'severity'

Field to sort the results by.

orderDirection'asc' | 'desc'

"asc" for ascending, "desc" for descending.

Direction to sort the results in. One of asc or desc. Defaults to asc.

Response

Ok