DocumentGet​Document​Get

Get a document from a Typesense DB.

yaml
type: "io.kestra.plugin.typesense.DocumentGet"

Get a document from a Typesense DB

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

The API key to connect to the typesense DB

The name of the typesense collection

The id of the document to get

The host of the typesense DB

The port of the typesense DB

Is HTTPS used

By default, HTTP protocol will be use. Set this value to true tu use HTTPS

The document fetched from the database