Skip to main content
GET
/
api
/
v3
/
benchmark
/
status
/
{id}
Get Benchmark Status
curl --request GET \
  --url https://api.nugen.in/api/v3/benchmark/status/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "benchmark_name": "<string>",
  "status": "pending",
  "start_time": "2023-11-07T05:31:56Z",
  "end_time": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

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
start_time
string<date-time> | null
end_time
string<date-time> | null