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": [
    "benchmark-123",
    "benchmark-456"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.nugen.in/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Returns a list of all benchmarks created or uploaded by the user, including both generated and manually uploaded benchmarks

benchmarks
BenchmarkList · object[]
required

List of benchmarks

Example:
["benchmark-123", "benchmark-456"]