Copier Count
The /user/copier/count endpoint provides a count of the user's copiers grouped by their status.
Method
GET /user/copier/count
Response
Returns a JSON object representing the number of running and stopped copiers.
Example Response
{
"running": 5,
"stopped": 2
}
Fields
- running: Number of active/running copiers.
- stopped: Number of stopped/inactive copiers.