POST /grid/session/query/async/start
Start an asynchronous job to query a grid session. The request body must include the session ID and replica ID. Use the returned job id and GET /grid/session/query/async/get/{asyncToken} to retrieve results. Does not require a WebSocket connection.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/grid/session/query/async/start
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | POST |
| Request Object | GridQueryJobRequest (application/json) |
| Response Object | AsyncJobId (application/json) |