Tests
Get test by ID
Gets a test by ID. Test IDs can be found in Vanta in URL bar after /tests/.
GET
Get test by ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Ok
The test's unique ID.
The test's name.
The timestamp of the last test run.
The most recent date when the test flipped.
The test's description.
The test's failure description.
The test's remediation description.
The test's version.
The test's category.
Available options:
Accounts access, Account security, Account setup, Computers, Custom, Data storage, Employees, Infrastructure, IT, Logging, Monitoring alerts, People, Policies, Risk analysis, Software development, CSPM alert management, Vendors, Vulnerability management This test's third-party integration dependencies.
This test run's status.
Available options:
OK, DEACTIVATED, NEEDS_ATTENTION, IN_PROGRESS, INVALID, NOT_APPLICABLE The test's deactivation status.
The test's remediation status.
The test's owner.
Previous
Get test entities by test IDGets a list of tested items (entities) for a test by test ID. An entity is a tested item that can have its own outcome.
For example, for a test that makes sure that all S3 buckets are versioned, an individual S3 bucket would be an entity.
Next
Get test by ID