v1

latestOpenAPI 3.1.32026-07-17211827.8 KB
meta

查询评测机状态 (无需 scope)

get/meta/runner-status

Response

查询成功

idstring
namestring
hardwarestring
providerstring
messagestring
last_seenstring date-time

Example response

[
  {
    "status": {
      "name": "Idle",
      "color": "blue"
    }
  }
]