---
title: "GET /schedules/{name}"
method: GET
path: "/schedules/{name}"
---

# GET /schedules/{name}

`GET /schedules/{name}`

Returns the definition of a specific DataBrew schedule.

## Path parameters

- `name` string, required

## Response `200`

Success

- DescribeScheduleResponse
  - `CreateDate` string, date-time — The date and time that the schedule was created.
  - `CreatedBy` string — The identifier (user name) of the user who created the schedule.
  - `JobNames` JobName[] — The name or names of one or more jobs to be run by using the schedule.
  - `LastModifiedBy` string — The identifier (user name) of the user who last modified the schedule.
  - `LastModifiedDate` string, date-time — The date and time that the schedule was last modified.
  - `ResourceArn` string — The Amazon Resource Name (ARN) of the schedule.
  - `CronExpression` string — The date or dates and time or times when the jobs are to be run for the schedule. 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 associated with this schedule.
  - `Name` string, required — The name of the schedule.

## Other responses

- `480` — ResourceNotFoundException
- `481` — 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)
