List indexes
Returns a list of indexes available for search
get
Retrieves a list of all Elasticsearch indexes available in the system for the specified agent.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The unique identifier of the agent
Responses
200
Successfully retrieved Elasticsearch indexes.
application/json
401
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