Poll for Updates
https://api.podengine.ai/api/v1/polling/updates Poll for updates across your team. Returns a chronological feed of events (completed requests, new guest appearances, podcasts added to projects, alert matches) since a given timestamp or cursor. Designed for regular polling — use the returned cursor for efficient subsequent calls.
Request
Query parameters
ISO 8601 timestamp. Return events after this point. Ignored if cursor is provided. Max lookback: 30 days.
Opaque cursor from a previous response. Takes precedence over since.
Comma-separated list of event types to include: request_completed, guest_appearance, listed_podcast_added, alert_match. Default: all.
Filter listed_podcast_added events to a specific project.
Filter guest_appearance events to a specific guest profile.
Filter alert_match events to a specific alert configuration.
Max events per page (1-100, default 50).
Response
200 application/jsonoptionsobjectrequired7 fields
The resolved options used for this query.
The resolved since timestamp used for this query.
The cursor provided in this request, if any.
The event types included in this query.
The maximum number of events per page.
Project filter applied, if any.
Guest profile filter applied, if any.
Alert config filter applied, if any.