---
title: "List Scenarios"
method: GET
path: "/{databaseId}/scenarios/"
tags: ["Miscellaneous"]
---

# List Scenarios

`GET /{databaseId}/scenarios/`

Get all [Scenarios](https://docs.recombee.com/scenarios) of the given database.

## Path parameters

- `databaseId` string, required

## Response `200`

Successful operation.

- Scenario[] — Array of existing Scenarios
  - `id` string, required — ID of the Scenario
  - `endpoint` string, required — Scenario endpoint defined in the Admin UI

---

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