Get status

edit

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 URL

edit

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

Example request

edit
GET api/cases/status

Response code

edit
200
Indicates a successful call.

Example response

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