Returns information about all lab instance results that have recently started or ended

The LatestResults command returns information about all lab instance results that have recently changed state.

Securityapi_key
Request
query Parameters
minutes
required
integer <int64>

Lab instances that have changed state within this many minutes of the current time will be included. This value cannot exceed 10,080 (7 days)

Example: minutes=60
Responses
200

OK Response.

get/LatestResults
Request samples
Response samples
application/json
{
  • "Results": [
    ],
  • "Status": 1,
  • "Error": null
}