List evidence for an information request

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:

  1. Make initial request with desired pageSize
  2. Check results.pageInfo.hasNextPage to see if more data exists
  3. If true, use results.pageInfo.endCursor as pageCursor in next request
  4. Repeat until hasNextPage is false

Delta sync usage:

  1. Store the timestamp of your last sync
  2. Pass that timestamp as changedSinceDate
  3. Only evidence created, modified, shared, or deleted since that timestamp is returned
  4. Process updates, including soft-deletes (deletionDate !== null)
  5. Update your last sync timestamp to the current time
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Query Params
int32
1 to 100
Defaults to 10

Maximum number of evidence entries to return per page.

string

Pagination cursor from a previous response. Provide to fetch the next page of evidence.

date-time

Includes all evidence that have changed since changedSinceDate. Considers creationDate, modificationDate, deletionDate, and visibleToAuditorDate timestamps when determining changes.

evidenceTypeMatchesAny
array of objects
Defaults to

Limits results to the provided evidence types. Must include at least one of: UPLOADED_DOCUMENT, OBSERVATION, LINK, VANTA_DOCUMENT, VANTA_POLICY, VANTA_TEST.

evidenceTypeMatchesAny
Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json