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.manage | READ |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
async | null | Whether the results of the call should be returned directly (false) or available for asynchronous return (true) | |
format | null | Format of the results, json or csv |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |