v1

latestOpenAPI 3.0.1Gremlin License2026-08-06397451577.0 KB
scenarios

Get all schedules for a scenario.

Requires the privilege SCENARIOS_READ

get/scenarios/{guid}/schedules

Path parameters

guidstring required

This value represents the globally unique identifier of the record to fetch.

Query parameters

teamIdstring required

Required when using company session token.

Response

orgIdstring
guidstring
scenarioIdstring
scenarioNamestring
createdBystring
createSource'WebApp' | 'Api' | 'Scheduled' | 'Manual' | 'Spinnaker' | 'Concord' | 'GremlinFeeder' | 'GremlinSdkPython' | 'Scenario' | 'Chao' | 'K8sBackend' | 'Website' | 'Neotys' | 'IntegrationClient' | 'Validation'
triggerSource'MANUAL' | 'RUN_ALL' | 'SCHEDULED' | 'RECURRING_SCHEDULE'
enabledboolean
createdAtstring date-time
updatedAtstring date-time
nextTriggerTimestring date-time

Example response

[
  {
    "failureFlagTargets": [
      {
        "app": {
          "labels": {
            "foo": [
              "bar",
              "baz"
            ]
          },
          "runtimeLabels": {
            "zones": [
              "us-west-1a",
              "us-west-1b"
            ]
          }
        },
        "flag": {
          "labels": {
            "foo": [
              "bar",
              "baz"
            ]
          },
          "runtimeLabels": {
            "zones": [
              "us-west-1a",
              "us-west-1b"
            ]
          }
        }
      }
    ]
  }
]