Get Public Timeline
get-public-timelineRetrieve public posts from an ActivityPub instance. Use 'federated' scope to see posts from across the fediverse or 'local' scope for posts authored on that instance.
Instructions
Fetch an instance's public timeline. scope 'federated' (default) shows posts the instance has seen from across the fediverse; 'local' shows only posts authored on that instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Instance domain, e.g. mastodon.social | |
| scope | No | default: federated | |
| limit | No | Number of posts to fetch (default: 20) | |
| maxId | No | Return results older than this ID (for pagination) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes | ||
| nextCursor | No | Opaque cursor for the next page, if more results | |
| hasMore | No | ||
| source | No | Account/actor/instance the posts came from |