Retrieves a list of all issues that have been shared with an audit.
The issues returned are immutable, point-in-time snapshots; there may be duplicates of issues that have been snapshotted at different times. The GET /audits//issues/snapshots endpoint can be used to retrieve metadata about the snapshots that issues belong to. Issues represent compliance findings from a variety of sources that need to be tracked and remediated.
Supports filtering by:
search: full text search across issue title and descriptionsnapshotId: filtering to a specific snapshot or snapshots, which represent point-in-time captures of issues. Use the GET /audits//issues/snapshots endpoint to retrieve snapshot IDs and metadata.Results are sorted by issue creation date in descending order (newest first).
Uses cursor-based pagination. To paginate:
pageSizeresults.pageInfo.hasNextPageresults.pageInfo.endCursor as pageCursor for next requestDocumentation Index
Fetch the complete documentation index at: https://vanta.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The audit ID
Maximum number of results per page (1-100, default 10) Controls the maximum number of items returned in one response from the API.
1 <= x <= 100Pagination cursor from previous response 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.
Search term for filtering by issue title and description
Filter issues to specific snapshots by snapshot ID
Ok