List Metadata Indexes
Use this endpoint to retrieve all metadata indexes. You can optionally filter the results by entity name.
Headers
The type of media of the resource. Recommended value is application/json.
A unique identifier used to trace and track each request.
Bearer JWT token for authentication.
Required when PLUGIN_AUTH_ENABLED=true (enforced in multi-tenant deployments).
Optional in default OSS single-tenant mode.
Format: Bearer <token>
Query Parameters
The name of the entity to filter the metadata indexes.
Response
Indicates that the request was successful and the response contains the expected data.
The name of the index in the database.
"metadata.tier_1"
The name of the entity associated with the index.
"transaction"
The metadata key used in the index.
"tier"
Indicates whether the index enforces uniqueness.
false
Indicates whether the index is sparse (ignores documents without the indexed field).
true
Index usage statistics.

