Retrieves a list of snapshots that have been shared with an audit.
The snapshots returned contain metadata about point-in-time captures of issues for an audit. This data can be used to filter down the list of issues to specific snapshots when querying the GET /audits//issues/items endpoint.
Supports filtering by:
search: full text search across snapshot title and descriptionResults are sorted by snapshot 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 snapshot title and description
Ok