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.2467107Z
endDate
required
string

End date to generate the report

Example: endDate=2025-07-01T16:45:55.2467107Z
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

Good to go!

401

Invalid Authorization

402

Response Code 402

You must pay to activate this feature

403

You are not allowed to perform this action

500

Internal server error

default

Response Code: 412

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

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