/v1/recordsCursor-paginated list, filterable by source, sentiment, and time window.
sourcestringoptionalPlatform. One of: reddit · bluesky · arxiv · hackernews · youtube · google_news · exa · webset · huggingface · twittersentimentstringoptionalSentiment label. One of: positive · neutral · negativefromISO 8601optionalTime window start (inclusive)toISO 8601optionalTime window end (inclusive)limitintegeroptionalItems per page. Default 20 · max 100cursorstringoptionalOpaque pagination cursor from previous nextCursor$ curl https://app.aidran.ai/v1/records \-H 'Authorization: Bearer YOUR_KEY'
{"items": [{"id": "r_2611_0c41","source": "reddit","title": "On post-deployment monitoring of LLMs","url": "https://reddit.com/r/MachineLearning/...","publishedAt": "2026-05-09T06:11:00Z","sentimentScore": -0.34,"sentimentLabel": "negative"}],"nextCursor": "eyJ0czoxNzM...","total": 486142}
200OK — items array with nextCursor400Invalid filter parameters401Unauthorized