Appearance
documents
2 endpoints at a glance
| Method | Path | Summary |
|---|---|---|
GET | /documents | List Documents |
GET | /documents/facets | Document Facets |
documents
List Documents
GET
/documents
One page of visible documents, newest first.
has_more is best-effort: because the ACL pass runs after the query we
report whether the store still had rows left, not an exact remaining count.
A precise total would mean ACL-checking the entire collection on every
request.
Parameters
Header Parameters
authorization
Query Parameters
q
doc_type
entity_type
untyped
Type
boolean
Default
falsepage
Type
integer
Default
1limit
Type
integer
Maximum
200Minimum
1Default
50Responses
Successful Response
application/json
JSON "additionalProperties": "string"
{
}