List authors
list_authorsList site authors and their bylines with a paginated, read-only endpoint. Retrieve author details like name, bio, and avatar to display or manage bylines.
Instructions
List authors. The byline roster for the Site. Read only. Nothing is changed. Needs a key carrying the authors:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. Values above the maximum are clamped rather than rejected, so a client asking for a thousand rows gets a hundred and a `next_cursor`. | |
| cursor | No | The opaque cursor from `data.next_cursor` on the previous page. Do not parse it or construct one; its encoding is not part of this contract and will change. | |
| fields | No | Comma separated field allow list. Default projection: `id, name, bio, avatar_url, is_ai_generated, is_default, created_at`. |