cURL
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>" } ] }
Get status of benchmark generation task
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object
Was this page helpful?