The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /evaluation/submission/{subId}/status

Gets the SubmissionStatus object associated with a specified Submission.

Note: The caller must be granted the ACCESS_TYPE.READ on the specified Evaluation. Furthermore, the caller must be granted the ACCESS_TYPE.READ_PRIVATE_SUBMISSION to see all data marked as "private" in the SubmissionStatus. *

Service Limits

resource limit
The maximum frequency this method can be called 1 calls per second

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/evaluation/submission/{subId}/status

Resource URL Variables
{subId} - the ID of the requested SubmissionStatus.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object SubmissionStatus
(application/json)