---
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
  - `user_timezone` string, nullable
  - `organization_id` string, nullable
  - `team_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

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
