---
title: "List Scenario Scorers."
method: GET
path: "/v1/scenarios/scorers"
tags: ["Scenario", "ScenarioScorer"]
---

# List Scenario Scorers.

`GET /v1/scenarios/scorers`

List all Scenario Scorers matching filter.

## Query parameters

- `search` string
- `limit` integer
- `starting_after` string
- `include_total_count` boolean

## Response `200`

OK

- ScenarioScorersListView
  - `scorers` ScenarioScorerView[], required — List of ScenarioScorers matching filter.
    - `id` string, required — ID for the scenario scorer.
    - `type` string, required — Name of the type of scenario scorer.
    - `bash_script` string, required — Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring.
  - `has_more` boolean, required
  - `total_count` integer, nullable

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/e9dc776053e4/schema)
