GET /curation/task/{taskId}/status
Get the current status of a CurationTask. This is useful for fetching a fresh etag after a conflicting update (409).
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/curation/task/{taskId}/status
Resource URL Variables
| {taskId} | the ID of the CurationTask |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | TaskStatus (application/json) |