Run an ad-hoc OpalQuery
Runs an ad-hoc OpalQuery and returns the results. Currently supports NODE queries (users, resources, groups). This endpoint is only available to our OpalQuery beta group. Please contact Opal support if you’d like to be added to the beta.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for running an ad-hoc OpalQuery. The type field determines which query schema applies.
NODE The filter body for a NODE-type OpalQuery.
Maximum number of results to return. Defaults to 200.
200
Cursor from a previous response to fetch the next page of results.
"29827fb8-f2dd-4e80-9576-28e31e9934ac"
Response
The results of the OpalQuery.

