Skip to main content
GET
/
api
/
v3
/
benchmark
/
list
Get Benchmark List
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
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Response schema for benchmark list endpoint

benchmarks
BenchmarkList · object[]
required

List of benchmarks