get https://{instance}.response.lithium.com/api/v2/gdpr/requests/
Check the status of a GDPR request
Pass the requestUUID
returned from your original GDPR request. A request can take some time.
The status
field will include one of the following values to indicate the state of the request process:
- QUEUED - the request has not started processing. Requests can remain in QUEUED status for up to an hour before processing begins.
- RUNNING - processing of the request has started, but the request has not been marked completed by all required entities
- COMPLETED - the request is fully processed
- INCOMPLETE - covers all other request status cases
Important
In the February 2018 release, we deprecated the
processed
field (which returned a boolean) and replaced it with thestatus
field that provides more details about the status of the request.