Reports

Get Policy Report

GET
/v2/report/policy/{report_id}

Check the status of a policy report, get presigned URL

Authorization

basic auth
AuthorizationBasic <token>

Authorization header with value of Basic <auth string> where the auth string value is a base64 encoded string of <client id>:<client secret>

In: header

Path Parameters

report_id*string

Response Body

application/json

curl -X GET "https://example.com/v2/report/policy/string"
{  "id": "string",  "status": "string",  "reason": "string",  "presigned_url": "string"}