cURL
curl --request GET \ --url https://api.nugen.in/api/v3/benchmark/list \ --header 'Authorization: Bearer <token>'
{ "benchmarks": [ { "id": "<string>", "benchmark_name": "<string>", "status": "pending", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "documents": [ "<string>" ], "num_questions": 123 } ] }
List all benchmarks for the current user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response schema for benchmark list endpoint
List of benchmarks
Show child attributes
Was this page helpful?