Skip to main content
GET
/
reports
Get all reports
curl --request GET \
  --url https://app.pentest-tools.com/api/v2/reports \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "download_name": "report.pdf",
      "status": "waiting",
      "format": "pdf",
      "generation_date": "2023-11-07T05:31:56Z",
      "expiration_date": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://pentest-tools.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Use the "API key" from the profile page as the token

Response

OK

data
object[]
required