This endpoint returns requests of all statuses except "pending" by default
🔒 Requires Trust Center: List Access Requests permission.
💎 Requires your account have the Trust Center Essentials feature. Contact your CSM for help upgrading.
Malformed data and/or validation errors
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "data": [
- {
- "requestId": "aaaaaaaa-bbbb-0000-cccc-dddddddddddd",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "expirationDate": "2025-07-01T16:45:55.246Z",
- "name": "Adam",
- "lastname": "Markowitz",
- "company": "Socpilot",
- "flowType": "SELF",
- "isAutoApproved": false,
- "status": "APPROVED",
- "reviewedAt": "2025-07-01T16:45:55.246Z"
}
], - "page": 1,
- "limit": 10,
- "total": 100
}