get_articles
List DEV Community articles with filters for tag, username, collection, and state. Get popular articles from recent days with pagination.
Instructions
List published articles from DEV Community with optional filters. Returns articles ordered by descending popularity by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag name | |
| top | No | Return most popular articles in the last N days | |
| page | No | Pagination page number | |
| tags | No | Comma-separated list of tags to filter by (any match) | |
| state | No | Article state filter | |
| per_page | No | Number of articles per page (default 30, max 1000) | |
| username | No | Filter by author username | |
| tags_exclude | No | Comma-separated list of tags to exclude | |
| collection_id | No | Filter by collection ID |