List Twenty CRM records
twenty_list_recordsRetrieve records from any supported Twenty CRM object using filters, ordering, relation depth, and cursor pagination. Read-only access for data exploration.
Instructions
List records from any supported Twenty object with filters, ordering, relation depth, and cursor pagination. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Relation depth: 0 for the record only, 1 for direct relations. | |
| limit | No | ||
| entity | Yes | Twenty object name. Prefer companies, people, opportunities, tasks, and notes for normal CRM work. | |
| filter | No | Twenty filter, for example name[ilike]:"%acme%" or createdAt[gte]:"2026-01-01". | |
| order_by | No | ||
| ending_before | No | ||
| starting_after | No | ||
| response_format | No | Output format. JSON is best for follow-up tool calls; markdown is easier to read. | json |