Fetch Actor Timeline
fetch-timelineFetch posts from any actor's fediverse timeline with support for pagination, limiting, and filtering by ID boundaries.
Instructions
Fetch posts from any actor's timeline in the fediverse with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Actor identifier (e.g., user@example.social) | |
| limit | No | Number of posts to fetch (default: 20) | |
| cursor | No | Pagination cursor from previous response to fetch next page | |
| minId | No | Return results newer than this ID | |
| maxId | No | Return results older than this ID | |
| sinceId | No | Return results since this ID |