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

- `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

## Changes

- **2026-03-24** `32e4b2dfb757` — 1 warning, 1 info
  - removed the optional property `remaining_count` from the response with the `200` status
  - added the new optional `query` request parameter `include_total_count`
- **2026-02-19** `8704a652545c` — 4 breaking
  - the response property `remaining_count` became nullable for the status `200`
  - the response property `total_count` became nullable for the status `200`
  - the response property `remaining_count` became optional for the status `200`
  - the response property `total_count` became optional for the status `200`

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/scenarios/scorers/get.md)

---

[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/77cfebef7362/schema)
