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)
404
Index not found
application/json
500
Internal server error
application/json
503
Elasticsearch service unavailable
application/json
get
/v1/agents/{agentId}/search/{index}/mappingsLast updated