Retrieve the status and statistics for the search service

Request

Retrieves statistics and health information for the search layer. This is useful for monitoring and diagnostics.

Security
OAuth2
curl -i -X GET \
  https://your-server/api/status/search \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Successful operation

Body
statisticsobject or null

Statistics of the search services.

selfobject(Link)

Represents a link to a resource.

Response
{ "statistics": {}, "self": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false } }