---
title: "Returns challenge deployment status from the beast database."
method: GET
path: "/api/status/challenge/:name"
tags: ["status"]
---

# Returns challenge deployment status from the beast database.

`GET /api/status/challenge/:name`

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

## Query parameters

- `name` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- ApiChallengeStatusResp
  - `name` string
  - `status` string
  - `updated_at` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/sdslabs/apis/beast-api.md) · [All operations](https://skmtc.dev/sdslabs/apis/beast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sdslabs/beast-api/revisions/7d8933ea23d5/schema)
