/
/RunLoop API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2w ago
agents5
Benchmark17
  • getList Benchmarks.
  • postCreate a Benchmark.
  • getList Public Benchmarks.
  • getList available benchmark metadata keys.
  • getList values for a specific benchmark metadata key.
  • getList BenchmarkRuns.
  • getGet a previously created BenchmarkRun.
  • postCancel a Benchmark run. This will do the following: 1. Cancel all running scenarios and shutdown the underlying Devbox resources 2. Update the benchmark state to CANCELED 3. Calculate final score from completed scenarios
  • postComplete a BenchmarkRun.
  • postDownload logs for a Benchmark run.
  • getList started scenario runs for a benchmark run.
  • postStart a new BenchmarkRun.
  • getGet a Benchmark.
  • postUpdate a Benchmark.
  • getGet scenario definitions for a Benchmark.
  • getGet runs for a provided Benchmark.
  • postModify scenarios for a Benchmark.
Blueprint12
Browser2
Computer5
Devbox38
executions2
network-policies5
objects7
Repository9
Scenario20
secrets4
    Benchmark

    List values for a specific benchmark metadata key.

    Returns a list of all available metadata keys that can be used for filtering benchmarks.

    get/v1/benchmarks/metadata/keys/{key}/values

    Path parameters

    keystring required

    The metadata key to get values for.

    Response

    OK

    keystring
    valuesstring[]

    Changes