List Content Agent slots
Lists scheduled content pieces (the Content Agent schedule). Supports pagination with status filters, or a date window via fromDate/toDate (calendar mode, max 500 rows).
Authorizations
API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.
Query Parameters
Page number (1-based). Ignored when fromDate/toDate are set.
x >= 1Page size (max 100). Ignored when fromDate/toDate are set.
1 <= x <= 100Sort field for paginated list.
publishAt, publishedAt, generateBy, priorityScore, createdAt asc, desc Filter by slot status. SUPPRESSED is excluded by default.
PLANNED, GENERATING, REVIEW, APPROVED, SCHEDULED, PUBLISHED, DEFERRED, SUPPRESSED, FAILED Inclusive lower bound on publishAt. When set with toDate, returns an unpaginated calendar window (max 500).
Inclusive upper bound on publishAt. Use with fromDate for a calendar window.