Read Database Cells
read_database_cellsRetrieve row titles and cell values from an AFFiNE database block by specifying document and database block IDs. Optionally filter by columns or row blocks.
Instructions
Read row titles and database cell values from an AFFiNE database block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document ID containing the database | |
| columns | No | Optional column name or ID filter. | |
| rowBlockIds | No | Optional row block ID filter. Omit to return all rows. | |
| workspaceId | No | Workspace ID (optional if default set) | |
| databaseBlockId | Yes | Block ID of the affine:database block |