---
title: "List schedules for an agent"
method: GET
path: "/v1/agents/{workflow_permanent_id}/schedules"
tags: ["Schedules"]
---

# List schedules for an agent

`GET /v1/agents/{workflow_permanent_id}/schedules`

List all schedules attached to a single agent. Returns the schedules in creation order.

## Path parameters

- `workflow_permanent_id` string, required

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `200`

Successful Response

- WorkflowScheduleListResponse
  - `schedules` WorkflowSchedule[], required
    - `workflow_schedule_id` string, required
    - `organization_id` string, required
    - `workflow_permanent_id` string, required
    - `cron_expression` string, required
    - `timezone` string, required
    - `enabled` boolean, required
    - `parameters` object, nullable
    - `temporal_schedule_id` string, nullable
    - `name` string, nullable
    - `description` string, nullable
    - `created_at` string, date-time, required
    - `modified_at` string, date-time, required
    - `deleted_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-08** `3a3616091b66` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/changes/v1/agents/:workflow_permanent_id/schedules/get.md)

---

[API](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2.md) · [All operations](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/revisions/d62300a896c8?raw)
