---
title: "List execution schedules for a user"
method: GET
path: "/api/schedules"
tags: ["v1", "schedules"]
---

# List execution schedules for a user

`GET /api/schedules`

## Response `200`

Successful Response

- GraphExecutionJobInfo[]
  - `kind` 'graph'
  - `schedule_id` string, nullable
  - `user_id` string, required
  - `graph_id` string, required
  - `graph_version` integer, required
  - `agent_name` string, nullable
  - `cron` string, required
  - `input_data` object, required
  - `input_credentials` object
  - `organization_id` string
  - `team_id` string, nullable
  - `expert_id` string, nullable
  - `id` string, required
  - `name` string, required
  - `next_run_time` string, required
  - `timezone` string — Timezone used for scheduling

## Other responses

- `401` — Authentication required

## Changes

- **2026-08-20** `ae1be5efc67a` — 1 warning
  - added the new `device_code` enum value to the `items/input_credentials/additionalProperties/type` response property for the response status `200`
- **2026-08-06** `3dfd3128358f` — 1 info
  - added the optional property `items/expert_id` to the response with the `200` status
- **2026-07-09** `183f82172fec` — 2 info
  - added the optional property `items/organization_id` to the response with the `200` status
  - added the optional property `items/team_id` to the response with the `200` status
- **2026-05-23** `9238e6f78f70` — 1 info
  - added the optional property `items/kind` to the response with the `200` status
- **2026-04-30** `8c84efcb3afb` — 3 warning
  - removed the optional property `items/kind` from the response with the `200` status
  - removed the optional property `items/organization_id` from the response with the `200` status
  - removed the optional property `items/team_id` from the response with the `200` status

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/schedules/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/5dc375899754/schema)
