Seeds / Deletion Job Status
Get Deletion Job Status
Monitor the progress of a seed deletion job. Returns the current deletion stage and completion percentage. Large seeds with many chunks are deleted asynchronously to prevent timeouts.
GET
{baseAPIUrl}/seeds/deletion/:jobIdAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYPath Parameters
| Parameter | Type | Description |
|---|---|---|
| jobId | string | UUID of the deletion job to check |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Response
| Field | Type | Description |
|---|---|---|
| jobId | string | Job identifier |
| state | string | active, waiting, completed, failed, delayed, or paused |
| progress | object | Progress info with step, percentage, message, chunk counts |
| result | object | Result data (when completed) |
| error | string | Error message (when failed) |
Try It
Path Parameters
UUID of the deletion job to check
Query Parameters
Application identifier
External user identifier for data isolation