get https://api.sbgenomics.com/v2/async/files/delete/
This call gets the details of an asynchronous bulk deletion job. This information will be available for up to a month after the job has been completed.
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/async/files/delete/{job_id}
Response
Response body
Key | Data type | Description |
---|---|---|
id | string | ID of this delete job. |
result | string | The result of the delete job. |
type | string | The type of job which is DELETE. |
state | string | The following states are available: SUBMITTED RESOLVING RUNNING FINISHED |
failed_files | string | The number of files that failed to delete. |
completed_files | string | The number of files that were successfully deleted. |
total_files | string | The total number of files that were processed for the job. |
started_on | string | The time and date the deletion job started. |
finished_on | string | The time and date the deletion job has finished. |