Documentation Index
Fetch the complete documentation index at: https://developer.vanta.com/llms.txt
Use this file to discover all available pages before exploring further.
2026-05-08
New
- Event logs API. A new
GET /event-logsendpoint lets you list audit events from your Vanta account, including the actor, date, and event type. Useful for streaming activity into your SIEM or building custom audit trails. See the Manage Vanta API reference. - Audit issue snapshots (Auditor API). Two new endpoints surface the issues an auditor sees during an audit: list snapshotted issues and list audit snapshots. See the Audits API reference.
- Test snapshot evidence detail (Auditor API). A new endpoint returns rich detail for a single test-snapshot evidence row attached to an information request, including test metadata, integrations, SLA remediation policy, and the raw test data captured at snapshot time. See the Audits API reference.
Updated
- Trust Center categories on Knowledge Base resources. Knowledge Base resource endpoints now include a
categoryIdfield, so you can read and set the Trust Center category a resource is filed under when creating or updating webpage and document resources. Passnullto keep a resource uncategorized. Only valid forREQUEST_ACCESSandPUBLICresources. - Identification date on risk scenarios. Risk scenario responses now include
identificationDate, matching the “Identified Date” field in the Vanta UI. The value defaults to the scenario’s creation time when not explicitly set. - Stricter validation for Knowledge Base webpage resources. Webpage resource
titlenow requires at least one character, andurlis validated as a URI. Existing valid payloads are unaffected.
2026-05-04
Welcome to the Vanta developer changelog. Future updates to the Vanta API and
developer documentation will be listed here.