Entity Introspection
Get the field schema for an entity by its UUID.
Returns the available properties, relationships, and numerical observations you can use when querying the entity with Retrieve Entity.
Examples:
GET /entities/c6772802-bdbc-4778-91e9-cd3d27d008d5/introspection
GET /entities/e5bb591a-d308-4aa5-9672-96046d366cde/introspection
Use this when you have an entity UUID and need to discover which attributes and relationships exist before querying. Use retrieve_entity for the full profile, or entity_search first if you only have a name.
Authorizations
Path Parameters
Response
Successful Response
Response containing the introspection of an entity.
List of property names available for this entity (e.g. id, name, currency).
Outgoing and incoming relationship types.
List of numerical observation names available for this entity.