DocumentGet ​Document​Get

yaml
type: "io.kestra.plugin.typesense.documentget"
yaml
id: typesense_get_document
namespace: compnay.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