Skip to main content

Leader Count

The /user/leader/count endpoint provides a count of the user's leaders grouped by their status.

Method

GET /user/leader/count

Response

Returns a JSON object representing the number of running and stopped leaders.

Example Response

{
"running": 5,
"stopped": 2
}

Fields

  • running: Number of active/running leaders.
  • stopped: Number of stopped/inactive leaders.