Skip to main content
GET
/
v1
/
compliance
/
reports
/
{report_id}
/
download
Download Compliance Report
curl --request GET \
  --url https://api.example.com/v1/compliance/reports/{report_id}/download
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Path Parameters

report_id
string<uuid>
required

Response

Successful Response