Get Erasure Job
GET/api/v1/account/privacy/erasure/:job_id
Get status of a privacy erasure job.
Returns the current status, progress, and results of an erasure job. Poll this endpoint to track job execution.
Authentication: JWT token required Authorization: Must be in the same workspace as the job
Job Statuses:
pending: Job queued, not yet startedrunning: Job is executingcompleted: Job finished successfullyfailed: Job encountered an error
PRD Reference: §4.5 Privacy Erasure API
Request
Responses
- 200
- 404
OK
Not Found