Lists all saved queries in a namespace.
curl --request GET \
--url https://api.endorlabs.com/v1/namespaces/{tenant_meta.namespace}/saved-queries{
"count_response": {
"count": 123
},
"group_response": {
"groups": {}
},
"list": {
"objects": [
{
"meta": {
"name": "<string>",
"annotations": {},
"create_time": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"description": "<string>",
"index_data": {
"data": [
"<string>"
],
"search_score": 123,
"tenant": "<string>",
"will_be_deleted_at": "2023-11-07T05:31:56Z"
},
"kind": "<string>",
"parent_kind": "<string>",
"parent_uuid": "<string>",
"references": {},
"tags": [
"<string>"
],
"update_time": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"upsert_time": "2023-11-07T05:31:56Z",
"version": "<string>"
},
"tenant_meta": {
"namespace": "<string>"
},
"propagate": true,
"spec": {
"is_default": true,
"lock": true,
"monitor": true,
"query": {
"meta": {
"name": "<string>",
"annotations": {},
"create_time": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"description": "<string>",
"index_data": {
"data": [
"<string>"
],
"search_score": 123,
"tenant": "<string>",
"will_be_deleted_at": "2023-11-07T05:31:56Z"
},
"kind": "<string>",
"parent_kind": "<string>",
"parent_uuid": "<string>",
"references": {},
"tags": [
"<string>"
],
"update_time": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"upsert_time": "2023-11-07T05:31:56Z",
"version": "<string>"
},
"tenant_meta": {
"namespace": "<string>"
},
"spec": {
"query_response": {
"@type": "<string>"
},
"query_spec": {
"kind": "<string>",
"list_parameters": {
"action": "<string>",
"ci_run_uuid": "<string>",
"count": true,
"disable_pagination": true,
"filter": "<string>",
"group": {
"aggregation_paths": "<string>",
"show_aggregation_uuids": true,
"unique_count_paths": "<string>",
"unique_value_paths": "<string>"
},
"group_by_time": {
"aggregation_operator": "<string>",
"aggregation_paths": "<string>",
"aggregation_value_field": "<string>",
"end_time": "2023-11-07T05:31:56Z",
"group_size": 123,
"interval": "GROUP_BY_TIME_INTERVAL_UNSPECIFIED",
"mode": "<string>",
"show_aggregation_uuids": true,
"start_time": "2023-11-07T05:31:56Z"
},
"mask": "<string>",
"page_id": "<string>",
"page_size": 123,
"page_token": 123,
"search_query": {
"filters": [
{
"autocomplete": {
"path": "<string>",
"query": "<string>",
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
},
"token_order": "<string>"
},
"compound": "<unknown>",
"equals": {
"path": "<string>",
"value": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"in": {
"path": "<string>",
"values": [
{
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
}
],
"score_options": {
"boost": 123,
"constant": 123
}
},
"phrase": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"query_string": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"range": {
"path": "<string>",
"gt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"gte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"regex": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
},
"text": {
"path": "<string>",
"query": "<string>",
"full_match": true,
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"wildcard": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
}
}
],
"must": [
{
"autocomplete": {
"path": "<string>",
"query": "<string>",
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
},
"token_order": "<string>"
},
"compound": "<unknown>",
"equals": {
"path": "<string>",
"value": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"in": {
"path": "<string>",
"values": [
{
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
}
],
"score_options": {
"boost": 123,
"constant": 123
}
},
"phrase": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"query_string": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"range": {
"path": "<string>",
"gt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"gte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"regex": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
},
"text": {
"path": "<string>",
"query": "<string>",
"full_match": true,
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"wildcard": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
}
}
],
"must_not": [
{
"autocomplete": {
"path": "<string>",
"query": "<string>",
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
},
"token_order": "<string>"
},
"compound": "<unknown>",
"equals": {
"path": "<string>",
"value": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"in": {
"path": "<string>",
"values": [
{
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
}
],
"score_options": {
"boost": 123,
"constant": 123
}
},
"phrase": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"query_string": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"range": {
"path": "<string>",
"gt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"gte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"regex": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
},
"text": {
"path": "<string>",
"query": "<string>",
"full_match": true,
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"wildcard": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
}
}
],
"should": [
{
"autocomplete": {
"path": "<string>",
"query": "<string>",
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
},
"token_order": "<string>"
},
"compound": "<unknown>",
"equals": {
"path": "<string>",
"value": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"in": {
"path": "<string>",
"values": [
{
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
}
],
"score_options": {
"boost": 123,
"constant": 123
}
},
"phrase": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"query_string": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"range": {
"path": "<string>",
"gt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"gte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"regex": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
},
"text": {
"path": "<string>",
"query": "<string>",
"full_match": true,
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"wildcard": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
}
}
]
},
"sort": {
"order": "SORT_ENTRY_ORDER_UNSPECIFIED",
"path": "<string>"
},
"traverse": true
},
"references": [
{
"connect_from": "<string>",
"connect_operator": "<string>",
"connect_to": "<string>",
"query_spec": "<unknown>"
}
],
"return_as": "<string>",
"with": [
{
"kind": "<string>",
"filter": "<string>"
}
]
}
},
"uuid": "<string>"
},
"query_type": "QUERY_TYPE_UNSPECIFIED"
},
"uuid": "<string>"
}
],
"response": {
"next_page_id": "<string>",
"next_page_token": 123
}
}
}Namespaces are a way to organize organizational units into virtual groupings of resources. Namespaces must be a fully qualified name, for example, the child namespace of namespace "endor.prod" called "app" is called "endor.prod.app".
String of conditions to filter resources by. Filters may include any attribute along with the following operators: "==", "!=", ">", ">=", "<", "<=", "Contains", "In", "Matches", and "Exists". The logical operators "And" and "Or" are also supported. Expressions may be combined and grouped with parentheses.
Examples: "spec.value == 5", "spec.value in ["a", "b", "c"]", "(meta.name == "xyz" and "spec.value in ["a","b"]) or (spec.value == "c")".
Set the page token to start from. Use page tokens to page through list results or list specific pages.
Set the page size to limit the number of results returned. Default: 100. Max: 500.
Action to be executed with a request. Not supported for all endpoints.
List of fields to return (all fields are returned by default).
Get data from any child namespaces as well.
Field to sort objects by, for example, meta.name.
Sort order. Default: ASC.
SORT_ENTRY_ORDER_UNSPECIFIED, SORT_ENTRY_ORDER_ASC, SORT_ENTRY_ORDER_DESC Return the number of objects matching the given list parameters. If count is set to true, the response is a CountResponse. Can be used together with filter and traverse.
Group the objects based on this field. If there are multiple fields then the objects are grouped based on the uniqueness of all fields. Supports composite paths. Supports arrays and maps.
Return the UUID of each object in each group as specified by aggregation_paths.
List of fields for which we want the unique count. Supports arrays and maps.
List of fields for which we want the unique values. Supports arrays and maps.
Only return objects from PR scans that match this context id.
Page ID to retrieve.
Group the objects based on this time field, for example, meta.create_time.
Return the UUIDs of the objects in each group.
Interval unit by which the objects should be grouped.
GROUP_BY_TIME_INTERVAL_UNSPECIFIED, GROUP_BY_TIME_INTERVAL_YEAR, GROUP_BY_TIME_INTERVAL_QUARTER, GROUP_BY_TIME_INTERVAL_MONTH, GROUP_BY_TIME_INTERVAL_WEEK, GROUP_BY_TIME_INTERVAL_DAY, GROUP_BY_TIME_INTERVAL_HOUR, GROUP_BY_TIME_INTERVAL_MINUTE, GROUP_BY_TIME_INTERVAL_SECOND Size of the time interval to group the objects by, for example, to group objects by 2-week intervals, set interval to GROUP_BY_TIME_INTERVAL_WEEK and group_size to 2.
Beginning of the time period to group objects. Defaults to the beginning of time.
End of the time period to group objects. Defaults to the current time.
The mode determines how the matching objects are counted in the produced time-series. Values allowed are: count (default) : is the number of items matching in every interval. sum: is the total number of items matching since the beginning of the aggregation time.
The aggregation_field is a field on the matched objects that we want to perform some operation in each interval (example : min, max, avg)
The aggreation_operator is the operator that we should use for the aggregation. Allowed values are: min, max, sum, avg
If true, the results will not be paginated and only the first page will be returned. The order of the results is not guaranteed.
curl --request GET \
--url https://api.endorlabs.com/v1/namespaces/{tenant_meta.namespace}/saved-queries{
"count_response": {
"count": 123
},
"group_response": {
"groups": {}
},
"list": {
"objects": [
{
"meta": {
"name": "<string>",
"annotations": {},
"create_time": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"description": "<string>",
"index_data": {
"data": [
"<string>"
],
"search_score": 123,
"tenant": "<string>",
"will_be_deleted_at": "2023-11-07T05:31:56Z"
},
"kind": "<string>",
"parent_kind": "<string>",
"parent_uuid": "<string>",
"references": {},
"tags": [
"<string>"
],
"update_time": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"upsert_time": "2023-11-07T05:31:56Z",
"version": "<string>"
},
"tenant_meta": {
"namespace": "<string>"
},
"propagate": true,
"spec": {
"is_default": true,
"lock": true,
"monitor": true,
"query": {
"meta": {
"name": "<string>",
"annotations": {},
"create_time": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"description": "<string>",
"index_data": {
"data": [
"<string>"
],
"search_score": 123,
"tenant": "<string>",
"will_be_deleted_at": "2023-11-07T05:31:56Z"
},
"kind": "<string>",
"parent_kind": "<string>",
"parent_uuid": "<string>",
"references": {},
"tags": [
"<string>"
],
"update_time": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"upsert_time": "2023-11-07T05:31:56Z",
"version": "<string>"
},
"tenant_meta": {
"namespace": "<string>"
},
"spec": {
"query_response": {
"@type": "<string>"
},
"query_spec": {
"kind": "<string>",
"list_parameters": {
"action": "<string>",
"ci_run_uuid": "<string>",
"count": true,
"disable_pagination": true,
"filter": "<string>",
"group": {
"aggregation_paths": "<string>",
"show_aggregation_uuids": true,
"unique_count_paths": "<string>",
"unique_value_paths": "<string>"
},
"group_by_time": {
"aggregation_operator": "<string>",
"aggregation_paths": "<string>",
"aggregation_value_field": "<string>",
"end_time": "2023-11-07T05:31:56Z",
"group_size": 123,
"interval": "GROUP_BY_TIME_INTERVAL_UNSPECIFIED",
"mode": "<string>",
"show_aggregation_uuids": true,
"start_time": "2023-11-07T05:31:56Z"
},
"mask": "<string>",
"page_id": "<string>",
"page_size": 123,
"page_token": 123,
"search_query": {
"filters": [
{
"autocomplete": {
"path": "<string>",
"query": "<string>",
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
},
"token_order": "<string>"
},
"compound": "<unknown>",
"equals": {
"path": "<string>",
"value": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"in": {
"path": "<string>",
"values": [
{
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
}
],
"score_options": {
"boost": 123,
"constant": 123
}
},
"phrase": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"query_string": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"range": {
"path": "<string>",
"gt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"gte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"regex": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
},
"text": {
"path": "<string>",
"query": "<string>",
"full_match": true,
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"wildcard": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
}
}
],
"must": [
{
"autocomplete": {
"path": "<string>",
"query": "<string>",
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
},
"token_order": "<string>"
},
"compound": "<unknown>",
"equals": {
"path": "<string>",
"value": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"in": {
"path": "<string>",
"values": [
{
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
}
],
"score_options": {
"boost": 123,
"constant": 123
}
},
"phrase": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"query_string": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"range": {
"path": "<string>",
"gt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"gte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"regex": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
},
"text": {
"path": "<string>",
"query": "<string>",
"full_match": true,
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"wildcard": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
}
}
],
"must_not": [
{
"autocomplete": {
"path": "<string>",
"query": "<string>",
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
},
"token_order": "<string>"
},
"compound": "<unknown>",
"equals": {
"path": "<string>",
"value": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"in": {
"path": "<string>",
"values": [
{
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
}
],
"score_options": {
"boost": 123,
"constant": 123
}
},
"phrase": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"query_string": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"range": {
"path": "<string>",
"gt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"gte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"regex": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
},
"text": {
"path": "<string>",
"query": "<string>",
"full_match": true,
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"wildcard": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
}
}
],
"should": [
{
"autocomplete": {
"path": "<string>",
"query": "<string>",
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
},
"token_order": "<string>"
},
"compound": "<unknown>",
"equals": {
"path": "<string>",
"value": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"in": {
"path": "<string>",
"values": [
{
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
}
],
"score_options": {
"boost": 123,
"constant": 123
}
},
"phrase": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"query_string": {
"path": "<string>",
"query": "<string>",
"score_options": {
"boost": 123,
"constant": 123
}
},
"range": {
"path": "<string>",
"gt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"gte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lt": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"lte": {
"bool_value": true,
"double_value": 123,
"int64_value": "<string>",
"string_value": "<string>",
"timestamp_value": "2023-11-07T05:31:56Z"
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"regex": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
},
"text": {
"path": "<string>",
"query": "<string>",
"full_match": true,
"fuzzy": {
"max_edits": 123,
"max_expansion": 123,
"prefix_length": 123,
"score_options": {
"boost": 123,
"constant": 123
}
},
"score_options": {
"boost": 123,
"constant": 123
}
},
"wildcard": {
"path": "<string>",
"query": "<string>",
"allow_analyzed": true,
"score_options": {
"boost": 123,
"constant": 123
}
}
}
]
},
"sort": {
"order": "SORT_ENTRY_ORDER_UNSPECIFIED",
"path": "<string>"
},
"traverse": true
},
"references": [
{
"connect_from": "<string>",
"connect_operator": "<string>",
"connect_to": "<string>",
"query_spec": "<unknown>"
}
],
"return_as": "<string>",
"with": [
{
"kind": "<string>",
"filter": "<string>"
}
]
}
},
"uuid": "<string>"
},
"query_type": "QUERY_TYPE_UNSPECIFIED"
},
"uuid": "<string>"
}
],
"response": {
"next_page_id": "<string>",
"next_page_token": 123
}
}
}