> For the complete documentation index, see [llms.txt](https://fusionauth.io/docs/llms.txt)

# Indexed Entity Fields

Learn about the entity fields that are indexed and searchable.

# Indexed Entity Fields

If you are using the Elasticsearch engine, you can [search for entities](https://fusionauth.io/docs/apis/entities/entities.md#search-for-entities) by the following attributes.

| Name | Description |
| --- | --- |
| `clientId` | The client Id of this entity. |
| `data` | The entity's data object. This is arbitrary JSON and all fields in this object are indexed. |
| `id` | The Id of this entity. |
| `insertInstant` | The date the entity was inserted, as an Instant. |
| `lastUpdateInstant` | The date the entity was most recently updated, as an Instant. |
| `name` | The name of this entity. |
| `tenantId` | The tenant Id of this entity. |
| `typeId` | The Id of the entity type of this entity. |