List indexes
Returns a list of indexes available for search
get
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The unique identifier of the agent
Responses
200
Successfully retrieved Elasticsearch indexes.
application/json
datastring[]RequiredExample:
Array of Elasticsearch index names
["customers","logs","analytics"]countintegerRequiredExample:
Number of indexes returned
3401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/v1/agents/{agentId}/search/indexesLast updated