Skip to main content

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, failed
string
ISO 8601 timestamp of the deletion request
string | null
ISO 8601 timestamp of cascade completion, or null if still in progress
string | null
Phase where the cascade failed, or null if no failure
number
Number of retry attempts for a failed cascade

Status codes

Example

cURL
Response (200)

Cascade phase reference

For a description of what each status value represents and what data is removed at each step, see Cascade phase breakdown in the GDPR Data Subject Rights guide.