Run a shared answer
POST/beta/shared-answers/:id
Runs an existing shared answer and returns the result data.
Request
Responses
- 200
- 400
- 401
- 402
- 404
- 429
- 500
The shared answer ran successfully.
The response consists of the data and query rewriting information.
The API request is invalid.
Possible reasons are:
- The request is missing a required query parameter
- The request body does not match the required schema
The API request failed to authenticate.
Possible reasons are:
- The request doesn't specify an API key
- The specified API key does not exist or has been revoked
- The user tied to the API key does no longer exist or is no longer authorized
API access is not enabled for your subscription.
The shared answer doesn't exist.
The API request exceeds the rate limit.
Running the shared answer failed.