v1

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

Get assessment by ID

Returns a single assessment for a vendor.

get/vendors/{vendorId}/assessments/{assessmentId}

Path parameters

vendorIdstring required
assessmentIdstring required

Response

Ok

idstring required

Unique identifier for the assessment.

vendorIdstring required

Unique identifier for the vendor.

status'NOT_STARTED' | 'IN_PROGRESS' | 'COMPLETED' required

The lifecycle status of an assessment:

  • NOT_STARTED: The assessment has not yet been started.
  • IN_PROGRESS: The assessment is underway.
  • COMPLETED: The assessment has been completed.
completedByUserIdstring nullable required

The Vanta user ID of the person who completed this assessment.

startDatestring date-time nullable required

The timestamp of when the assessment was started.

dueDatestring date-time nullable required

The timestamp of when the assessment is due.

overrideDueDatestring date-time nullable required

A manual override timestamp of when the assessment is due.

completionDatestring date-time nullable required

The timestamp of when the assessment was marked as completed.

createdDatestring date-time required

The timestamp of when the assessment was created.