list_records
List records in a collection for an account, with pagination. Provide the repo (handle or DID) and the collection NSID (e.g. app.bsky.feed.post).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | A handle or DID. | |
| limit | No | Page size (1-100, default 50). A cursor in the response means more pages exist. | |
| cursor | No | Pagination cursor from a previous page. | |
| collection | Yes | Collection NSID, e.g. app.bsky.feed.post. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||