v1

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

Get test snapshot detail for an evidence row

Retrieves the rich detail for a single VANTA_TEST_SNAPSHOT evidence row attached to an information request. The response includes test-level metadata (description, integrations, SLA), the raw test data captured at snapshot time, and the resources that were excluded from the test (out-of-scope resources).

For structured snapshots, the rawTestData array contains one row per resource the test ran against; each row carries resourceId, resourceType, and the raw JSON for that resource.

For unstructured snapshots, the rawTestData array contains a single row with resourceId and resourceType set to null and rawJson containing the entire test-run JSON blob.

The outOfScopeResources field lists resources excluded at the test level (customer-disabled) and the framework level (segment configuration). Empty exclusion groups are filtered out.

The apiRequests array contains the HTTP requests captured during API introspection tests. Empty when the test does not perform API introspection.

Rate limit: 10 requests / minute.

get/audits/{auditId}/information-requests/{requestId}/evidence/{evidenceId}/test-snapshot

Path parameters

auditIdstring required
requestIdstring required
evidenceIdstring required

Response

Ok

testIdstring required

The unique identifier for the test in Vanta's system.

testNamestring required

The display name of the test.

descriptionstring required

A short description of what the test checks.

evaluationCriteriastring nullable required

Longer-form, formatted description of the test. Null when unset.