smartsuite_get_record
Retrieve a single SmartSuite record by its ID, optionally specifying which fields or including field metadata.
Instructions
Get a single SmartSuite record by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Field slugs to include (empty = all fields) | |
| recordId | Yes | The record ID | |
| applicationId | Yes | The application ID | |
| includeFieldContext | No | When true, each field value is returned as an annotated object with slug, label, type, helpText, linkedApplication, linkedFieldSlug, and value. |