---
title: "Identify days with fewer posts than target"
method: GET
path: "/api/agent/schedule/gaps"
tags: ["Schedule"]
---

# Identify days with fewer posts than target

`GET /api/agent/schedule/gaps`

## Query parameters

- `days` integer
- `timezone` string

## Response `200`

Schedule gaps

- ScheduleGapsResponse
  - `gaps` ScheduleGapItem[], required
    - `date` string, date, required
    - `scheduled` integer, required
    - `target` integer, required
  - `totalGaps` integer, required
  - `daysAnalyzed` integer, required
  - `postsPerDay` integer, 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/gaps/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)
