Skip to main content
GET
Get a data deletion job by ID

Authorizations

Authorization
string
header
required

Use an Observe API key from the management console. The key selects the project and must grant the permission listed on the operation. Keep this key on your server.

Path Parameters

dataDeletionJobID
string
required

ID of the data deletion job

Response

Data deletion job details

id
string
required

ID of the data deletion job

externalID
string
required

External user ID

created
integer<int64>
required

Unix timestamp in milliseconds elapsed since January 1, 1970, 00:00:00 UTC

Example:

1752738240000

updated
integer<int64>
required

Unix timestamp in milliseconds elapsed since January 1, 1970, 00:00:00 UTC

Example:

1752738240000

status
enum<string>
required

Current status of the data deletion job

Available options:
pending,
processing,
completed