Skip to main content
GET
/
v1
/
admin
/
data-deletion-jobs
List data-deletion jobs
curl --request GET \
  --url https://api.withsplendor.com/v1/admin/data-deletion-jobs \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "jobs": [
    {
      "completed_at": "2026-01-15T09:30:00Z",
      "created_at": "2026-01-15T09:30:00Z",
      "error_message": null,
      "item_failed_count": 0,
      "item_pending_count": 0,
      "item_running_count": 0,
      "item_succeeded_count": 1,
      "item_total_count": 1,
      "job_id": "ddl_01H8Z3",
      "requested_by": "user_01H8Z3",
      "scope": "dataset",
      "started_at": "2026-01-15T09:30:00Z",
      "status": "succeeded",
      "target_dataset_id": "app-logs",
      "target_source_id": null,
      "target_upload_session_id": null,
      "tenant_id": "acme",
      "updated_at": "2026-01-15T09:30:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 500

Response

Successful Response

jobs
DataDeletionJobSummaryResponse · object[]
required