POST /search/query/async/start
Start an asynchronous search query job against a SearchIndex.
Use GET /search/query/async/get/{asyncToken} to poll for results.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/search/query/async/start
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | POST |
| Request Object | SearchIndexQuery (application/json) |
| Response Object | AsyncJobId (application/json) |