list_entity_keys
Lists alternate keys for a Dataverse table, showing key attributes and index status (Pending, Active, Failed) to determine readiness for keyed PATCH upserts.
Instructions
List alternate keys defined on a Dataverse table. Returns a flat array of { logical_name, schema_name, display_name, key_attributes, entity_key_index_status, metadata_id }. entity_key_index_status reflects the background index build (Pending → Active, or Failed) — alt keys are not usable for keyed-PATCH upserts until Active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_logical_name | Yes | Logical name of the entity |