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"
  ]
}

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"]