latestOpenAPI 3.1.02026-08-20118232229.3 KB

0e42b0fb26d9

List schedules

Lists all schedules for the current account, optionally filtered by environment and app.

get/schedules

Query parameters

pageinteger

The page number to fetch.

The page number to fetch.

page_sizeinteger

The number of records to fetch on each page.

The number of records to fetch on each page.

environmentstring

Filter schedules by environment. If not provided, all environments will be included.

Filter schedules by environment. If not provided, all environments will be included.

appstring

Filter schedules by app name. If not provided, schedules across all apps will be included.

Filter schedules by app name. If not provided, schedules across all apps will be included.

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/ListSchedulesResponse.json"
}