The Stats command returns statistics about how many labs are currently active and saved.
NOTE: there are no query parameters for this command.
All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".
OK Response.
{
"NumActive": 571,
"NumSaved": 451,
"Status": 1,
"Error": null
}The number of currently active labs (starting, running, tearing down, saving, resuming, etc).
The number of currently saved labs.
Indicates the status of the API request.
0 = Error
1 = Success
In the event of an error, this will contain a detailed error message.