Retrieves a paginated list of all evidence attached to an information request, enabling auditors to review evidence submitted by customers.
This endpoint always includes soft-deleted records (where deletionDate !== null).
Clients should check the deletionDate field to identify and handle deleted records
appropriately in their systems.
This endpoint supports delta synchronization via the changedSinceDate parameter,
allowing efficient polling for changes without retrieving the entire dataset.
Pagination usage:
pageSizeresults.pageInfo.hasNextPage to see if more data existsresults.pageInfo.endCursor as pageCursor in next requesthasNextPage is falseDelta sync usage:
changedSinceDateDocumentation 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.
Maximum number of evidence entries to return per page. Controls the maximum number of items returned in one response from the API.
1 <= x <= 100Pagination cursor from a previous response. Provide to fetch the next page of evidence. 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.
Includes all evidence that have changed since changedSinceDate. Considers creationDate, modificationDate, deletionDate, and visibleToAuditorDate timestamps when determining changes.
Limits results to the provided evidence types. Must include at least one of: UPLOADED_DOCUMENT, OBSERVATION, LINK, VANTA_DOCUMENT, VANTA_POLICY, VANTA_TEST, VANTA_TEST_SNAPSHOT.
UPLOADED_DOCUMENT, OBSERVATION, LINK, VANTA_DOCUMENT, VANTA_POLICY, VANTA_TEST, VANTA_TEST_SNAPSHOT Ok