clay_query_table
Retrieve specific data from Clay tables by applying filters and sorting to query the table.
Instructions
Query a Clay table with optional filters and sorting. Use this to retrieve specific data from your Clay tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableId | Yes | The ID of the table to query | |
| filters | No | Filter conditions as key-value pairs (e.g., {"status": "active"}) | |
| sort | No | ||
| limit | No | Maximum number of results (default 50, max 100) | |
| offset | No | Number of rows to skip (for pagination) |