Execute Query
Returns records for a valid SQL query. This endpoint <ul>
SELECT
command.OFFSET
keyword.WHERE
keyword with columns using transient tokenization.?
conditional for columns with column-level encryption disabled.Path parameters
vaultID
ID of the vault.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
query
The SQL query to execute.
Supported commands:
SELECT
>
<
=
AND
OR
NOT
LIKE
ILIKE
NULL
NOT NULL
FROM
JOIN
INNER JOIN
LEFT OUTER JOIN
LEFT JOIN
RIGHT OUTER JOIN
RIGHT JOIN
FULL OUTER JOIN
FULL JOIN
OFFSET
LIMIT
WHERE
AVG()
SUM()
COUNT()
MIN()
MAX()
REDACTION()
Response
A successful response.
records
Records returned by the query.