> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dibby.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Table Read

> Read data from a Table

## Overview

<div align="center">
  <img src="https://mintcdn.com/dibby/pqX3-_kQLdN967hk/images/nodes/table-read.png?fit=max&auto=format&n=pqX3-_kQLdN967hk&q=85&s=9119c145c24f2d63cb0d8787bf696f28" alt="Table read node " width="420" height="362" data-path="images/nodes/table-read.png" />
</div>

The **Table Read** node allows you to query and retrieve data from a database table based on filter conditions.

## Configuration

### Filter

Define filter criteria to select rows (optional).

**Type:** Object

### Rows

Define the expected structure of returned rows.

## Inputs

* **id**: The table identifier
* **filter**: Filter criteria to select rows (optional)

## Outputs

* **rows**: The retrieved rows matching your filter and configured structure

## Usage

Provide a table ID and optional filter conditions. The node will return all matching rows.
