GET
/
api
/
v3
/
benchmark
/
status
/
{id}
curl --request GET \
  --url https://api.nugen.in/api/v3/benchmark/status/{id} \
  --header 'Authorization: Bearer <token>'
{
  "benchmark_name": "<string>",
  "status": "pending",
  "questions": [
    {
      "question_num": 123,
      "question": "<string>",
      "answer": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Response

200
application/json

Successful Response

The response is of type object.