---
title: "Get Cake Task Schedule"
method: GET
path: "/v2/library/schedule/{dataset_id}"
tags: ["Data Library"]
---

# Get Cake Task Schedule

`GET /v2/library/schedule/{dataset_id}`

Get cake task schedule information for a specific Dataset ID from the tracking.cake_task_schedule_enhanced table.

## Path parameters

- `dataset_id` string, required — Name of the Dataset ID to query

## Request body

- object, nullable

## Response `200`

Successful Response

- CakeTaskScheduleResponse
  - `schedules` CakeTaskScheduleItem[], required
    - `next_run_start` string, nullable
    - `next_run_end` string, nullable
    - `last_update` string, nullable

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/versions/bd33ea42994c/schema)
