entity_as_of
Retrieve an entity's known state at any past point in time. Checks validity window against the specified date and returns the entity if active, or null if already invalidated.
Instructions
η.4.4 — Time-travel query for an entity. Returns the entity at a given point in time, or null if it was already invalidated then. An entity is valid at asOf when validFrom <= asOf AND (validUntil is undefined OR validUntil >= asOf).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asOf | Yes | ISO 8601 date string to query at | |
| name | Yes | Entity name |