Skip to main content
GET
/
api
/
agent
/
schedule
/
gaps
Identify days with fewer posts than target
curl --request GET \
  --url https://www.citedy.com/api/agent/schedule/gaps \
  --header 'Authorization: Bearer <token>'
{
  "gaps": [
    {
      "date": "2023-12-25",
      "scheduled": 123,
      "target": 123
    }
  ],
  "totalGaps": 123,
  "daysAnalyzed": 123,
  "postsPerDay": 123
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Query Parameters

days
integer
default:7
Required range: 1 <= x <= 30
timezone
string

IANA timezone (defaults to agent setting)

Response

Schedule gaps

gaps
object[]
required
totalGaps
integer
required
daysAnalyzed
integer
required
postsPerDay
integer
required