Skip to main content

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 started
  • running: Job is executing
  • completed: Job finished successfully
  • failed: Job encountered an error

PRD Reference: §4.5 Privacy Erasure API

Request

Responses

OK