GET /v1/agents//deletion-status
Returns the current status of a deletion request for an agent. Use this endpoint to verify that a deletion cascade has completed.Authentication
Requires a valid JWT or API key.Parameters
string
required
The agent ID to check deletion status for
Response
string
Unique identifier of the deletion request
string
Current cascade phase. Values:
tombstoned, phase_1_complete through phase_7_complete, kv_cleared, pseudonymized, complete, failedstring
ISO 8601 timestamp of the deletion request
string | null
ISO 8601 timestamp of cascade completion, or
null if still in progressstring | null
Phase where the cascade failed, or
null if no failurenumber
Number of retry attempts for a failed cascade
Status codes
Example
cURL
Response (200)
Cascade phase reference
For a description of what eachstatus value represents and what data is removed at each step, see Cascade phase breakdown in the GDPR Data Subject Rights guide.