Pentest Reports Download a specific pentest file
GET
/api/v1/pentests/{pentest_id}/files/{file_path}

Authentication

Bearer Token (BearerAuth)

Path Parameters

pentest_idstringrequired

Pentest identifier (e.g. covert-nova-tracks)


file_pathstringrequired

Path to the file within the pentest artifacts


Headers

X-Target-Serverstringrequired

Internal IP and port of the pt-agent instance (e.g. 10.10.0.26:9741)


Responses

200
File content. Content-Type varies (application/json, text/plain, etc).

Example:

{}