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) and the raw test data captured at snapshot time, presented as a uniform array of rows regardless of whether the snapshot is structured or unstructured.
For structured snapshots, the 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 array contains a single row with
resourceId and resourceType set to null and rawJson containing
the entire test-run JSON blob.
Documentation 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.
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.