/
/RunLoop API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 15m ago · Updated 2w ago
agents5
Benchmark17
Blueprint12
Browser2
Computer5
Devbox38
executions2
network-policies5
objects7
Repository9
Scenario20
  • getList Scenarios.
  • postCreate a Scenario.
  • getList Public Scenarios.
  • getList available scenario metadata keys.
  • getList values for a specific scenario metadata key.
  • getList ScenarioRuns.
  • getGet a previously created ScenarioRun.
  • postCancel a Scenario run.
  • postComplete a ScenarioRun.
  • postDownload logs for a Scenario run.
  • postScore a ScenarioRun.
  • getList Scenario Scorers.
  • postCreate a custom scenario scorer.
  • getRetrieve Scenario Scorer.
  • postUpdate a custom scenario scorer.
  • postValidate a custom scenario scorer.
  • postStart a new ScenarioRun.
  • getGet a Scenario.
  • postUpdate a Scenario.
  • getGet the runs for a Scenario.
secrets4
    Scenario

    List available scenario metadata keys.

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

    get/v1/scenarios/metadata/keys

    Response

    OK

    keysstring[]

    Changes