DocumentGet DocumentGet
DocumentGet Certified

Fetch one document from Typesense

yaml
type: "io.kestra.plugin.typesense.DocumentGet"
yaml
id: typesense_get_document
namespace: company.team

tasks:
  - id: get_document
    type: io.kestra.plugin.typesense.DocumentGet
    documentId: "0"
    apiKey: "{{ secret('TYPESENSE_API_KEY') }}"
    port: 8108
    host: localhost
    collection: Countries
Properties