Skip to main content
GET
/
api
/
public
/
problems
/
{problemId}
/
status
Get problem status
curl --request GET \
  --url https://api.ropes.ai/api/public/problems/{problemId}/status \
  --header 'x-api-key: <api-key>'
{
  "status": "Ready"
}

Authorizations

x-api-key
string
header
required

Path Parameters

problemId
string
required

The unique identifier of the problem

Response

Successfully retrieved problem status

status
enum<string>
required

Current status of the problem

Available options:
Ready,
Creating,
Editing