Get a paginated list of feeds across the workspace. Supports optional filters: filter[feed-types][], filter[favourite], filter[review_with_comment], filter[sentiments][], filter[star-rating][], filter[feed-forms][], filter[review-labels][], and filter[imported-froms][]. All filters are optional; filters of different types are AND-combined, while values within a single filter array are OR-combined.
Get a paginated list of all text feeds received.Documentation Index
Fetch the complete documentation index at: https://docs.feedspace.io/llms.txt
Use this file to discover all available pages before exploring further.
filter[feed-types][] (required): Set to "text" to filter text feedspage (optional): Page number for pagination (default: 1)HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).
Restrict to specific feed types. Repeat the parameter to combine multiple types (OR). The 'video' value also matches imported social videos (social_feed_type: manual_video); the same applies to other types.
audio, video, text, social Return only favourited feeds. Pass true to enable; omit to include all feeds.
true Return only feeds that have a non-empty comment. Pass true to enable; omit to include all feeds.
true Filter by AI-detected sentiment. Repeat the parameter to combine multiple values (OR).
positive, negative, neutral Filter by star rating (1 through 5). Repeat the parameter to combine multiple values (OR).
1 <= x <= 5Filter to feeds collected via specific review forms. Pass the numeric form ID (the integer id from GET /forms, not unique_form_id).
Filter by review label ID(s). Use the id field returned by GET /review-labels as the value.
Filter to feeds imported from specific source platforms. Accepts numeric platform IDs. A public listing endpoint for these IDs is on the roadmap.
Page number (default: 1). The response is paginated with 15 items per page.
Feeds list fetched successfully.