Returns statistics about how many labs are currently active and saved

The Stats command returns statistics about how many labs are currently active and saved.
NOTE: there are no query parameters for this command.

Securityapi_key
Responses
200

OK Response.

get/stats
Request samples
Response samples
application/json
{
  • "NumActive": 571,
  • "NumSaved": 451,
  • "Status": 1,
  • "Error": null
}