Get a Twenty CRM record
twenty_get_recordRetrieve a single CRM record by its object type and UUID. Specify depth to include related records, and choose JSON or markdown output.
Instructions
Fetch one record by object name and UUID. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| depth | No | Relation depth: 0 for the record only, 1 for direct relations. | |
| entity | Yes | Twenty object name. Prefer companies, people, opportunities, tasks, and notes for normal CRM work. | |
| response_format | No | Output format. JSON is best for follow-up tool calls; markdown is easier to read. | json |