Skip to main content
GET
Get a specific assessment (V1)

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Assessment ID

Response

Assessment retrieved successfully

uid
string
required
Example:

"assessmentuid921"

name
string
required
Example:

"My Security Assessment"

createdAt
string<date-time>
required
type
enum<string>
required
Available options:
web,
host,
api,
mobile
Example:

"Web"

testCounts
object
required
vulnerabilityCount
integer
required
Required range: x >= 0
Example:

13

description
string
updatedAt
string<date-time>
tags
object[]
ownerContacts
object[]