---
title: "List the scenarios (and their respective studies and projects) which use a given rolling stock."
method: GET
path: "/rolling_stock/{rolling_stock_id}/usage"
tags: ["rolling_stock"]
---

# List the scenarios (and their respective studies and projects) which use a given rolling stock.

`GET /rolling_stock/{rolling_stock_id}/usage`

## Path parameters

- `rolling_stock_id` integer, required

## Response `200`

A list of the associated scenarios and their respective studies and projects.

- ScenarioReference[]
  - `project_id` integer, required
  - `project_name` string, required
  - `scenario_id` integer, required
  - `scenario_name` string, required
  - `study_id` integer, required
  - `study_name` string, required

## Other responses

- `404` — The requested rolling stock was not found

---

[API](https://skmtc.net/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.net/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/revisions/1840dbbd64ac/schema)
