v1

latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MB
Simulations

Get scheduler configuration for a simulation

Retrieve the scheduler configuration associated with a specific simulation.

get/simulations/{simulationReference}/schedules

Path parameters

simulationReferencestring required

Reference ID of the simulation

Query parameters

projectIdstring required

Project identifier

Response

Scheduler retrieved successfully

Example response

{
  "scheduler": {
    "timezone": "Europe/Berlin"
  }
}