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/:jobId

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Path Parameters

ParameterTypeDescription
jobIdstringUUID of the deletion job to check

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Response

FieldTypeDescription
jobIdstringJob identifier
statestringactive, waiting, completed, failed, delayed, or paused
progressobjectProgress info with step, percentage, message, chunk counts
resultobjectResult data (when completed)
errorstringError message (when failed)

Try It

Path Parameters

UUID of the deletion job to check

Query Parameters

Application identifier

External user identifier for data isolation