Query across metadata fields in a corpus
POST/v2/corpora/:corpus_key/metadata_query
Queries documents in a corpus with fuzzy matching across the specified metadata fields. The search first applies any exact metadata filters to narrow the results. It then performs fuzzy matching on the remaining documents with the specified field queries.
Request
Responses
- 200
- 400
- 403
- 404
List of matching documents with relevance scores and field-level match details.
Metadata query request was malformed.
Permissions do not allow querying metadata in the corpus.
Corpus not found.