Skip to content
Start here

Metadata Index

List Metadata Indexes
GET/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/list
Create Metadata Index
POST/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/create
Delete Metadata Index
POST/accounts/{account_id}/vectorize/v2/indexes/{index_name}/metadata_index/delete
ModelsExpand Collapse
MetadataIndexListResponse object { metadataIndexes }
metadataIndexes: optional array of object { indexType, propertyName }

Array of indexed metadata properties.

indexType: optional "string" or "number" or "boolean"

Specifies the type of indexed metadata property.

One of the following:
"string"
"number"
"boolean"
propertyName: optional string

Specifies the indexed metadata property.

MetadataIndexCreateResponse object { mutationId }
mutationId: optional string

The unique identifier for the async mutation operation containing the changeset.

maxLength36
MetadataIndexDeleteResponse object { mutationId }
mutationId: optional string

The unique identifier for the async mutation operation containing the changeset.

maxLength36