GET /asynchronous/job/{jobId}
Once a job is launched its progress can be monitored by getting its status with this method.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/asynchronous/job/{jobId}
Resource URL Variables
{jobId} | The jobId issued to a job that has been launched with POST /asynchronous/job |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | AsynchronousJobStatus (application/json) |