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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Ok
Detail response for a captured automated-test snapshot evidence row.
Combines the test-level metadata (description, integrations, SLA remediation) with a uniform raw-data array so external clients see the same shape regardless of whether the snapshot was structured or unstructured.
The unique identifier for the test in Vanta's system.
The display name of the test.
A short description of what the test checks.
Longer-form, formatted description of the test. Null when unset.
Integrations whose data feeds the test.
SLA remediation policy attached to the test, or null when no SLA is set.
Raw test data captured at snapshot time.
Resources excluded from the test at snapshot time. Absent when the snapshot data could not be loaded; clients should treat a missing field as "unknown" rather than "nothing excluded".