Task DescriptorA task descriptor object is returned on success by API calls that create jobs. It contains the action that was requested, as well as the ID of the job created as a result.Example Response{ "data": { "action": "delete", "job_id": "5d01b9b3db2ab00001508cd8" }}