Data Engine
Authorizations
AuthorizationstringRequired
OAuth2 Bearer token obtained from authentication endpoint
Body
sqlstringRequiredExample:
A single read-only SQL SELECT statement to run against the organization data.
SELECT id, name FROM devices ORDER BY id ASCorgIdinteger · int32OptionalExample:
Organization to run the query for. If not provided, the organization associated with the authentication token is used.
101Responses
200
Query executed successfully
application/json
400
Bad request
application/json
403
User is missing the QUERY_DATA_ENGINE permission
application/json
404
Data Engine feature is disabled
application/json
429
Too many requests
500
Internal server error
application/json
post/api/v1/organization/data-engine/query
Last updated
Was this helpful?

