Skip to main content
GET
/
reports
/
{request_id}
/
pdf
Export a signed PDF report
curl --request GET \
  --url https://{hostname}/v1/reports/{request_id}/pdf \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

JWT issued by your organization's SAML/OIDC identity provider after authentication. Required for user-attributed queries. The sub claim is recorded verbatim in the audit trail.

Path Parameters

request_id
string
required

The unique identifier of the lookup request.

Response

Signed PDF returned.

The response is of type file.