GET /curation/task/{taskId}/execute/async/get/{asyncToken}
Get the result of a task execution job.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/curation/task/{taskId}/execute/async/get/{asyncToken}
Resource URL Variables
| {taskId} | the ID of the CurationTask |
| {asyncToken} | the token returned by startTaskExecution |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | ComputeTaskExecutionResponse (application/json) |