Feeds

Get a feed

Get a single feed by its id (svw_...).

Listener scope (includeListeners/excludeListeners) is not yet included in this response — tracked as a follow-up now that listeners have a public id.

Read-only — this endpoint does not consume credits.


GET
/feeds/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Organization API key (sf_api_… from Integrations → API keys) or a partner OAuth 2.1 access token issued by SnitchFeed (authorization_code + refresh). OAuth tokens must be audience-bound to this API (resource = {apiOrigin}/v1) and carry the route scopes listed per operation.

In: header

Path Parameters

id*string

Feed id (svw_...).

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/feeds/string"
{  "requestId": "string",  "feed": {    "id": "string",    "name": "string",    "shared": true,    "sortBy": "string",    "seen": true,    "dateRangeType": "string",    "dateFrom": "string",    "dateTo": "string",    "platforms": [      "string"    ],    "sentiments": [      "string"    ],    "includeIntents": [      "string"    ],    "excludeIntents": [      "string"    ],    "languages": [      "string"    ],    "fitScoreBuckets": [      "string"    ],    "includeSubreddits": [      "string"    ],    "excludeSubreddits": [      "string"    ],    "includeKeywords": [      "string"    ],    "excludeKeywords": [      "string"    ],    "createdAt": "string",    "updatedAt": "string"  }}