{{define "title"}}Documents — Twister API{{end}} {{define "content"}}

Documents

The documents endpoint retrieves individual indexed records by their stable ID. Document IDs are returned in search results and have the form did|collection|rkey.

{{range .}}{{template "doc-entry" .}}{{end}}

Errors

StatusCondition
400Missing or empty document ID.
404Document not found or has been deleted.
500Database error.
{{end}} {{template "layout" .}}