---
title: "List copilot follow-up schedules for a user"
method: GET
path: "/api/schedules/followups"
tags: ["v1", "schedules"]
---

# List copilot follow-up schedules for a user

`GET /api/schedules/followups`

Return only copilot-turn schedules for the current user.

Sibling of :func:`list_all_graphs_execution_schedules`; one route per kind
keeps the generated frontend client typed to a single concrete return type
instead of a discriminated union.

## Response `200`

Successful Response

- CopilotTurnJobInfo[]
  - `kind` 'copilot_turn'
  - `schedule_id` string, nullable
  - `user_id` string, required
  - `session_id` string, nullable
  - `message` string, required
  - `cron` string, nullable
  - `run_at` string, date-time, nullable
  - `cap_retry_count` integer
  - `expert_lookup_retry_count` integer
  - `user_timezone` string, nullable
  - `organization_id` string, nullable
  - `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-17** `9f21283f497e` — 1 info
  - added the optional property `items/expert_lookup_retry_count` to the response with the `200` status
- **2026-08-15** `5fecdffd904d` — 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
  - endpoint added
- **2026-04-30** `8c84efcb3afb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/schedules/followups/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.dev/significant-gravitas/apis/autogpt-agent-server/revisions/9a062c6d49b5?raw)
