Skip to main content
GET
/
api
/
public
/
problems
/
{problemId}
/
status
Get problem status
curl --request GET \
  --url http://localhost:3001/api/public/problems/{problemId}/status \
  --header 'x-api-key: <api-key>'
{
  "status": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

problemId
string
required

The unique identifier of the problem

Response

Successfully retrieved problem status

status
string
required

Current status of the problem