Run a VQL query
POST/beta/queries/vql
Runs a VQL query against the specified Knowledge Graph and returns the result data.
Request
Responses
- 200
- 400
- 401
- 402
- 404
- 429
- 500
The VQL query succeeded.
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.
A resource specified by the API request was not found.
Possible reasons are:
- The request specifies the ID of a non-existing Knowledge Graph
- The request points to a non-existing resource
The API request exceeds the rate limit.
Running the VQL query failed.
The response includes information about the rewriting that was successfully applied before the error occurred.