---
title: "Get upcoming scheduled runs"
method: GET
path: "/dashboard/upcoming-scheduled-runs"
tags: ["Dashboard"]
---

# Get upcoming scheduled runs

`GET /dashboard/upcoming-scheduled-runs`

Retrieve list of upcoming scheduled simulation runs with scenario name, next run time, and frequency information.

## Query parameters

- `projectId` string, required
- `scenarioIds` string[]
- `limit` integer

## Response `200`

Upcoming scheduled runs retrieved successfully

- object
  - `data` object[], required — Array of upcoming scheduled runs
    - `simulationReference` string, required — Reference ID of the simulation/scenario
    - `simulationName` string, required — Name of the scenario/simulation
    - `nextRun` string, date-time, required — ISO 8601 date/time of the next scheduled run
    - `frequency` 'Daily' | 'Every 3 days' | 'Weekly' | 'Bi-weekly' | 'Monthly', required — Frequency tag for the schedule
    - `frequencyValue` string — Raw frequency value from the schedule (for reference)
    - `batchId` string, required — ID of the simulation associated with this schedule
    - `batchName` string — Name of the simulation
    - `status` 'IN_PROGRESS' | 'STOPPED' | 'COMPLETED' | 'FAILED', required — Status of the scheduled simulation

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - Insufficient permissions
- `500` — Internal Server Error - Server error

---

[API](https://skmtc.net/cognigy/apis/simulator-openapi-rest-ful-api-reference.md) · [All operations](https://skmtc.net/cognigy/apis/simulator-openapi-rest-ful-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cognigy/simulator-openapi-rest-ful-api-reference/versions/85b2872bdfb7/schema)
