---
title: "Get Documents"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/vector/getdocuments
markdown: https://docs.nodetool.ai/nodes/vector/getdocuments.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/vector/getdocuments.md
---

# Get Documents

**Type:** `vector.GetDocuments`

**Namespace:** `vector`

## Description

Get documents from a collection.
    vector, embedding, collection, RAG, retrieve

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| collection | `collection` | The collection to get | `{"type":"collection","name":""}` |
| ids | `list[str]` | The ids of the documents to get | `[]` |
| limit | `int` | The limit of the documents to get | `100` |
| offset | `int` | The offset of the documents to get | `0` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[str]` |  |

## Related Nodes

Browse other nodes in the [vector](./) namespace.
