---
title: "Get scheduled content timeline"
method: GET
path: "/api/agent/schedule"
tags: ["Schedule"]
---

# Get scheduled content timeline

`GET /api/agent/schedule`

## Query parameters

- `from` string, date
- `to` string, date
- `type` 'all' | 'article' | 'post' | 'social'

## Response `200`

Schedule items

- ScheduleListResponse
  - `items` ScheduleItem[], required
    - `id` string, uuid, required
    - `type` 'article' | 'post' | 'social_adaptation', required
    - `title` string, required
    - `platform` string, nullable — Only for social_adaptation type
    - `scheduledAt` string, date-time, required
    - `status` string, required
  - `total` integer, required
  - `from` string, date, required
  - `to` string, date, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `429` — Rate limit exceeded
- `500` — Internal server error

## Changes

> 28 revisions in range; 1 could not be searched.

- **2026-03-01** `2df2182b5901` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/schedule/get.md)

---

[API](https://skmtc.dev/citedy/apis/citedy-agent-api.md) · [All operations](https://skmtc.dev/citedy/apis/citedy-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/citedy/citedy-agent-api/revisions/b5785d3fe446/schema)
