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

Download Open API Spec

POST /asynchronous/job

This method is used to launch new jobs. The type of job that will be launched is determined by the passed AsynchronousJobBody.

The following are the currently supported job types:

Note: Each job types has different access requirements.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/asynchronous/job

Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object AsynchronousRequestBody
(application/json)
Response Object AsynchronousJobStatus
(application/json)