DocumentGet
Get Document
Get a json document from Meilisearch using id and index
yaml
type: "io.kestra.plugin.meilisearch.DocumentGet"
Get Document from Meilisearch
yaml
id: meilisearch_get_flow
namespace: company.team
variables:
id: a123
index: pokemons
host: http://172.18.0.3:7700/
tasks:
- id: get_document
type: io.kestra.plugin.meilisearch.DocumentGet
index: "{{ vars.index }}"
documentId: "{{ vars.id }}"
url: "{{ vars.host }}"
key: "{{ secret('MEILISEARCH_MASTER_KEY') }}"
Dynamic
YES
Document ID
Dynamic
YES
Index
Index of the collections you want to retrieve your document from
Dynamic
YES
Meilisearch connection key.
Dynamic
YES
Meilisearch connection URL.
JSON Document
Returned document as a JSON object