v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBSubject Access Requests
List Subject Access Requests by data source and status
Get a list of Subject Access Requests by data source and status
get/internal-subject-access-requests
Query parameters
per_pageinteger
Optional pagination argument that specifies the maximum number of objects to return per request
pageinteger
Optional pagination argument that specifies the page to return. If you have 140 objects and you choose to return 100 objects per page you will be able to access the last 40 objects on page 2. The default value is 1.
data_source'app_backend' | 'app_backend_infra' | 'data_platform' | 'datawarehouse' | 'external_systems' | 'optimizely' | 'optimizely_on_optimizely' | 'program_management' | 'security' | 'business_systems' | 'marketing' | 'tse' required
Name of the source for which to retrieve the Subject Access Requests
statusstring required
Filter request by status
Response
Return Subject Access Request information
Example response
[
{
"data_source": "optimizely",
"data_type": "user",
"export_location": "s3://{bucket-name}/{account_id}/{parent_sar_id}/{sar_id}",
"id": 12345,
"identifier": "test@optimizely.com",
"identifier_type": "email",
"parent_request_id": 12345,
"request_type": "access",
"status": "pending"
}
]