Get index mappings

Returns the mappings for the specified index

get

Get the mappings for a specific Elasticsearch index

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent

indexstringRequired

The name of the Elasticsearch index

Responses
200

Successfully retrieved index mappings

application/json
Responseobject

The Elasticsearch mappings for the index (returned directly as {indexName}.mappings)

get
/v1/agents/{agentId}/search/{index}/mappings

Last updated