Get statusedit

Returns the number of open and closed cases.

The Kibana Console supports only Elasticsearch APIs. You cannot interact with the Kibana APIs with the Console and must use curl or another HTTP tool instead. For more information, refer to Console.

Request URLedit

GET <kibana host>:<port>/api/cases/status

Example requestedit

GET api/cases/status

Response codeedit

200
Indicates a successful call.

Example responseedit

{
  "count_open_cases": 27,
  "count_in_progress_cases": 50,
  "count_closed_cases": 1198,
}