Skip to main content
GET
Get assessment by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vendorId
string
required
assessmentId
string
required

Response

200 - application/json

Ok

id
string
required

Unique identifier for the assessment.

vendorId
string
required

Unique identifier for the vendor.

status
enum<string>
required

The lifecycle status of the assessment.

Available options:
NOT_STARTED,
IN_PROGRESS,
COMPLETED
completedByUserId
string | null
required

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

startDate
string<date-time> | null
required

The timestamp of when the assessment was started.

dueDate
string<date-time> | null
required

The timestamp of when the assessment is due.

overrideDueDate
string<date-time> | null
required

A manual override timestamp of when the assessment is due.

completionDate
string<date-time> | null
required

The timestamp of when the assessment was marked as completed.

createdDate
string<date-time>
required

The timestamp of when the assessment was created.

decision
object | null
required

An object containing information about the decision of the assessment.

assessmentType
object
required

The assessment type for this assessment.

owner
object | null
required

The owner of this assessment, if assigned.