Search contents
documentedSearch for articles across feeds with a text query.
GET /v3/search/contentsSearchno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://feedly.com/v3/search/contents?count={{$count}}&newerThan={{$newerThan}}&unreadOnly={{$unreadOnly}}&continuation={{$continuation}}" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"layers": [ {"parts": [ {"type": "customKeyword", "text": "{{$query}}" } ], "salience": "mention", "type": "matches" } ], "source": { "items": [ { "type": "stream", "id": "{{$stream_id}}" } ] } }'