action meilisearch_get_one_document { label: "Get one document" description: "Get one document" provider: meilisearch method: GET path: "/indexes/books/documents/2" encoding: json input: { type: "object" properties: { fields: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }