Skip to main content
GET
/
v1
/
assessments
/
{assessment_id}
/
tests
Retrieve all tests on an assessment
curl --request GET \
  --url https://api.synack.com/v1/assessments/{assessment_id}/tests \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "testObjective": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.synack.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

assessment_id
string
required

ID of the assessment

Response

A list of tests on the assessment

name
string
testPlan
enum<string>
Available options:
Synack365,
Synack90,
Synack14
testObjective
string
createdAt
string<date-time>