v1

latestOpenAPI 3.0.1Gremlin License2026-08-06397451577.0 KB
schedules

Get all scenario schedules. This functionality has moved to GET /schedules/scenarios/paged.

Requires the privilege SCENARIOS_READ

get/schedules/scenarios

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"
            ]
          }
        }
      }
    ]
  }
]