Query items from Auto Indexing source groups
Note: This endpoint is currently in preview
The Query API is used to query items in an index, this endpoint lets you query items ingested to Auto Indexing source groups.
Headers
Api key to validate your environment.
"environment-1637c4d0-e878-4738-b866-152106a4f88c"
The length of the message body, in bytes (this header is automatically added by most clients).
Body
The query uses the same format as the Query items endpoint with the only exeption that aliases is not supported here.
The body is of type object.
Response
Valid request.
0
The total number of results matched by query.
200
List of items from the index matched by the query provided.
Built in fields are prefixed with underscore (_).
List of aggregated field values based on the requested facet fields.
Continuation token for the next page of results. Pass this value in the pagination.nextPageToken field of the next request. null when no further results exist.
"WyIyMDI0LTAxLTAxIiwiYWJjMTIzIl0="