APIReports
Export reported policies
Streams every matching policy as CSV, with no pagination.
Requires the viewer role on the website and the report type's plan feature.
AuthorizationBearer <token>
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
workspaceId*string
websiteId*string
type*string
Query Parameters
search?string
Match part of the policy text.
Length
length <= 4096Response Body
text/csv
curl -X GET "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/reports/string/policies/export""string"Get a drill-down view GET
Opens up one row of a breakdown. Pass the row's key and get the detail behind it, ranked the same way. Rows here carry their own key, so views can chain.
List reported policies GET
Lists the distinct policies browsers said were in force when they reported a violation, with how often each was seen and whether it was enforced or...