Entities
List all entities
Delete an entity
Get an entity by ID
ModelsExpand Collapse
Entity = object { id, created_at, display_name, 5 more }
Unique identifier with entity_ prefix
Timestamp when the entity was created
Display name of the entity
Household ID this entity belongs to
in_estate_status: "in_estate" or "out_of_estate" or "none"Whether the entity is in or out of the estate
Whether the entity is in or out of the estate
Type of entity - determines the specific subtype and applicable fields
Type of entity - determines the specific subtype and applicable fields
stage: "PRE_CREATED" or "AI_CREATING" or "AI_CREATION_FAILED" or 7 moreLifecycle stage of the entity
Lifecycle stage of the entity
Timestamp when the entity was last updated
EntityKind = "REVOCABLE_TRUST" or "IRREVOCABLE_TRUST" or "SLAT_TRUST" or 19 moreType of entity - determines the specific subtype and applicable fields
Type of entity - determines the specific subtype and applicable fields
EntityList = object { data, page_info, total_count }
Unique identifier with entity_ prefix
Timestamp when the entity was created
Display name of the entity
Household ID this entity belongs to
in_estate_status: "in_estate" or "out_of_estate" or "none"Whether the entity is in or out of the estate
Whether the entity is in or out of the estate
Type of entity - determines the specific subtype and applicable fields
Type of entity - determines the specific subtype and applicable fields
stage: "PRE_CREATED" or "AI_CREATING" or "AI_CREATION_FAILED" or 7 moreLifecycle stage of the entity
Lifecycle stage of the entity
Timestamp when the entity was last updated
When paginating forwards, are there more items?
When paginating backwards, are there more items?
Cursor pointing to the last item in the current page
Cursor pointing to the first item in the current page
Total number of items matching the query (across all pages)
EntitiesValuation
Get the current valuation for an entity
Create a new valuation for an entity
ModelsExpand Collapse
Valuation = object { id, created_at, directly_held_asset_value, 6 more }
Unique identifier with valuationv2_ prefix
Timestamp when the valuation was created
Total value of all directly held assets in USD
directly_held_assets: array of object { id, asset_class, display_name, 2 more } List of individual assets in this valuation
List of individual assets in this valuation
Asset ID
asset_class: object { id, display_name }
Asset class ID
Display name of the asset class
Display name of the asset
Value of this asset in USD
External ID from the static asset (if available)
The date this valuation is effective
Entity ID this valuation belongs to
Total value of all assets minus liabilities in USD
Timestamp when the valuation was last updated
Free-form notes about this valuation