Get the operation receipts related to a task id.
The source key.
The task id. The task identifier. Used to track an async task in the system. Use the task ID to poll for completion status. The taskId holds different prefix to represent different tasks.
s_<id>.bk_<id> (deprecated: <id> only).bd_<id> (deprecated: <id> only).pg_<id> (deprecated: purge:<id>).If set to true, the operation receipts of the task will be included in the response. Else only the status of the task will be returned.
The task with the given id.
Status of the task.
SUCCESS: All the operations of the task completed successfully.PENDING: At least one operation in the task is still pending.CANCELLED: All the operations in the task were cancelled.FAILURE: At least one operations failed or was cancelled.SUCCESS, PENDING, CANCELLED, FAILURE The task identifier. Used to track an async task in the system. Use the task ID to poll for completion status. The taskId holds different prefix to represent different tasks.
s_<id>.bk_<id> (deprecated: <id> only).bd_<id> (deprecated: <id> only).pg_<id> (deprecated: purge:<id>).