get_followers
Retrieve the authenticated user's followers from DEV Community, supporting pagination and sorting by creation date.
Instructions
Get the authenticated user's followers on DEV Community. Supports pagination with sort by creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Pagination page number | |
| sort | No | Sort followers by field | |
| per_page | No | Number of followers per page (default 80) |