v49

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

[Beta] Create a BenchmarkJob.

[Beta] Create a BenchmarkJob that runs a set of scenarios entirely on runloop.

post/v1/benchmark_jobs

Request body

namestring nullable

The name of the BenchmarkJob. If not provided, name will be generated based on target dataset.

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).