Get Facets From Live Query Results Copy

POST {{cb_url}}/livequery/v1/orgs/{{cb_org_key}}/differential/runs/_search?async&format

Compare two Live Query result sets asynchronously, and optionally export the response as JSON file. A result set can be two individual Live Query runs or any two ids from an automatically recurring query.

RBAC Permissions Required

Permission (.notation name)Operation(s)
livequery.manageREAD

See Documentation

Request Params

KeyDatatypeRequiredDescription
asyncnullWhether the results of the call should be returned directly (false) or available for asynchronous return (true)
formatnullFormat of the results, json or csv

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring