Skip to main content
Version: 4.52.0

Document Retrieve

The Document Retrieve component allows you to retrieve documents from the Content Store.

By default it will retrieve all the documents, additionally you can filter which documents are retrieved based on query and specify a sort order.

note

Aggregates and projects are not supported.

Configuration

Inputs | Outputs


Document Retrieve
Input
Output
Finished Output
Error
00 0 (ilywox0em)
The incoming message isn't used unless the query uses a variable from this object. The incoming message can be empty if you don't need any variables.

  • Example:
  • //query in config:
    { "kind":"{{kind}}" }

    //incoming message:
    {
    _id: "135176441e008d9d0c5ba0cee61783ce",
    kind: "CONTAINER"
    }