Metadata filter shape
eq, neq, exists, missing, gt, gte, lt, lte (numbers and ISO-date strings), and contains (array membership). Filters are AND-ed together. Use orderBy and order=asc|desc to rank.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Full-text and metadata endpoints
| Method & path | Purpose |
|---|---|
GET /search?q= | Full-text search |
GET /search/metadata?filters= | Metadata query |
GET /search/metadata/keys | Metadata key discovery |
[
{"key":"stage","op":"eq","value":"diligence"},
{"key":"conviction-score","op":"gte","value":0.7}
]
eq, neq, exists, missing, gt, gte, lt, lte (numbers and ISO-date strings), and contains (array membership). Filters are AND-ed together. Use orderBy and order=asc|desc to rank.