List Metadata Indexes
Use this endpoint to retrieve all metadata indexes. You can optionally filter the results by entity name.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The authorization token. This header is required if your environment has Access Manager enabled.
The type of media of the resource. Recommended value is application/json.
A unique identifier used to trace and track each request.
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.

