v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
status

Returns challenge deployment status from the beast database.

Returns challenge deployment status from the beast database, for those challenges which are not present a status value NA is returned.

get/api/status/challenge/:name

Query parameters

namestring required

Name of the challenge

Headers

Authorizationstring required

Bearer

Response

OK

namestring
statusstring
updated_atstring

Example response

{
  "name": "Web Challenge",
  "status": "deployed",
  "updated_at": "2018-12-31T22:20:08.948096189+05:30"
}