---
title: "GET /schedules"
method: GET
path: "/schedules"
---

# GET /schedules

`GET /schedules`

Lists the DataBrew schedules that are defined.

## Query parameters

- `jobName` string
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListSchedulesResponse
  - `Schedules` Schedule[], required — A list of schedules that are defined.
    - `AccountId` string — The ID of the Amazon Web Services account that owns the schedule.
    - `CreatedBy` string — The Amazon Resource Name (ARN) of the user who created the schedule.
    - `CreateDate` string, date-time — The date and time that the schedule was created.
    - `JobNames` JobName[] — A list of jobs to be run, according to the schedule.
    - `LastModifiedBy` string — The Amazon Resource Name (ARN) of the user who last modified the schedule.
    - `LastModifiedDate` string, date-time — The date and time when the schedule was last modified.
    - `ResourceArn` string — The Amazon Resource Name (ARN) of the schedule.
    - `CronExpression` string — The dates and times when the job is to run. For more information, see <a href="https://docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html">Cron expressions</a> in the <i>Glue DataBrew Developer Guide</i>.
    - `Tags` object — Metadata tags that have been applied to the schedule.
    - `Name` string, required — The name of the schedule.
  - `NextToken` string — A token that you can use in a subsequent call to retrieve the next set of results.

## Other responses

- `480` — ValidationException

---

[API](https://skmtc.net/aws/apis/databrew.md) · [All operations](https://skmtc.net/aws/apis/databrew/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/databrew/versions/c06b9719d66f/schema)
