List RSS auto push campaigns
pushengage_list_rss_campaignsRetrieve paginated lists of RSS auto push campaigns, optionally filtering by status (all, active, draft, paused). Each item includes feed URL and has_more indicator.
Instructions
Lists the RSS auto push campaigns on the current site, paginated (response includes has_more). Each item includes the feed_url. Optionally filter by status (default "all" = every status), mirroring the dashboard filter tabs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed). | |
| limit | No | How many to return per page. Min 1, max 100, default 10. | |
| status | No | Filter by status. "all" (default) returns every status. | all |
| site_id | No | Override the currently selected site. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| total | No | ||
| has_more | No | ||
| campaigns | No | ||
| last_page | No |