get_entity
Retrieve complete details of an entity by its GUID, including attributes, classifications, and relationships, with options to control referred entity info.
Instructions
Get full details of an entity by its GUID.
Returns the complete entity with all attributes, classifications, relationship attributes, and optionally referred entities.
Args: guid: The unique identifier (GUID) of the entity. min_ext_info: If true, returns minimal info for referred entities. ignore_relationships: If true, omits relationship attributes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guid | Yes | ||
| min_ext_info | No | ||
| ignore_relationships | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||