Publication Events
/api/2026-03/publicationEventsQuery Parameters
Query StringPassed as URL query string. Comma-separated values for arrays (e.g. ?contentTypes=regular,author).
| Parameter | Type | Description |
limit | integer | Number of events to return. Default: 100. Highest limit: 1000 |
reverse | boolean | Returns the events in reverse order, starting at the biggest id |
contentTypes | string | Comma separated list of content types to use as filter |
documentTypes | string | Comma separated list of document types to use as filter. Can be one of |
after | integer | Deprecated: Please use |
id.gte | string | Filter by event id range. Supported filters: Example: To retrieve all events since you've fetched the last entry, use |
createdAt.gte | string | Filter by event date range. Supported filters: Example: To retrieve all events since a specific timestamp, use |
Request Body
JSON BodySent as JSON in the request body.
| Parameter | Type | Description |
channelHandle | string | The handle of the channel for which you want to get the events |
Description
This endpoint returns publication events (publish, unpublish, update) for a project.
Related
- Webhooks
Use Cases
- Reliably fetch documents publication state changes to sync with another system
- Cache invalidation management