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>'
[
  {
    "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

id
string
required

Benchmark ID

benchmark_name
string
required

Name of the benchmark

status
enum<string>
required

Benchmark status

Available options:
pending,
completed,
deploying,
evaluating,
undeployed,
evaluated,
failed
created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp

documents
string[]

Document IDs

num_questions
integer | null

Number of questions