Retrieves CSV data for single Trust Center report

Generate Trust Center Report Csv

Securitybearer
Request
query Parameters
startDate
required
string

Start date to generate the report

Example: startDate=2025-07-01T16:45:55.246Z
endDate
required
string

End date to generate the report

Example: endDate=2025-07-01T16:45:55.246Z
workspaceId
required
number

ID of the Workspace

Example: workspaceId=1
reportType
required
string

Report type to be generated

Enum: "SUMMARY" "ACCESS_REQUESTS_LIST" "ACCESS_REQUESTS_APPROVED_DOMAINS" "ACCESS_REQUESTS_APPROVED_EMAILS" "DOCUMENT_REQUESTS_FILE_NAME" "PRO_REVENUE_INFLUENCED"
Example: reportType=SUMMARY
Responses
200

Successful

401

Invalid Authorization

402

You must upgrade your plan to use this feature

403

You are not allowed to perform this action

412

You must accept the Drata terms and conditions to use the API

500

Internal server error

get/trust-center/reports
Request samples
Response samples
application/json
{
  • "name": "string",
  • "statusCode": 0,
  • "message": "string",
  • "code": 0,
  • "debugInfo": {
    • "name": "string",
    • "message": "string",
    • "stack": "string"
    }
}