# Get recent articles from users you follow **GET /feed** Get most recent articles from users you follow. Use query parameters to limit. Auth is required ## Servers - /api: /api () ## Authentication methods - Token ## Parameters ### Query parameters - **limit** (integer) Limit number of articles returned - **offset** (integer) Offset/skip number of articles ## Responses ### 200 OK #### Body: application/json (object) - **articles** (array[object]) - **articlesCount** (integer) ### 401 Unauthorized ### 422 Unexpected error #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)