Search Live Query Templates
POST {{cb_url}}/livequery/v1/orgs/{{cb_org_key}}/templates/_search
Get and search for Live Query templates.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
livequery.manage | READ |
Request Body
{"criteria"=>{"recommended_query_id"=>["<string>", "<string>"], "schedule.status"=>["<string>", "<string>"]}, "query"=>"<string>", "rows"=>"<integer>", "sort"=>[{"field"=>"<string>", "order"=>"<string>"}, {"field"=>"<string>", "order"=>"<string>"}], "start"=>"<integer>", "terms"=>{"fields"=>["<string>", "<string>"], "rows"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |