v7

latestSwagger 2.02026-07-13322074.5 KB
Jobs

Retrieves a delete job. Status codes:

  • 200 OK
  • 404 Not Found
    • DeleteJobNotFound - The delete job was not found.
get/jobs/deletions/{id}

Path parameters

idstring required

The id for the delete job. The id is unique within the service and case sensitive.

Query parameters

api-versionstring required

The requested API version.

Response

Success

idstring

The identifier of the delete job.

status'notstarted' | 'running' | 'failed' | 'succeeded'

Status of the job.

createdDateTimestring date-time

Start time of the job. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

finishedDateTimestring date-time

End time of the job. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

purgeDateTimestring date-time

Time at which job will be purged by the service from the system. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.