v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
Benchmark

[Beta] Get a previously created BenchmarkJob.

[Beta] Get a BenchmarkJob given ID.

get/v1/benchmark_jobs/{id}

Path parameters

idstring required

The BenchmarkJob ID.

Response

OK

idstring required

The ID of the BenchmarkJob.

namestring required

The unique name of the BenchmarkJob.

state'initializing' | 'queued' | 'running' | 'completed' | 'failed' | 'cancelled' | 'timeout' required
failure_reasonstring nullable

Failure reason if job failed.

create_time_msinteger required

Timestamp when job was created (Unix milliseconds).