list/get
Tool: read
Retrieve all mailing lists for the organization.
Returns a paginated collection of lists, ordered by title descending. Use startingAfter for cursor-based pagination.
Arguments
| name | type | req | notes |
|---|---|---|---|
| page | integer | – | 1-indexed, default 1 |
| limit | integer | – | limit default 30, max 30; see schemas/pagination |
| startingAfter | integer | – | int64 cursor from previous page's pagination.nextCursor |
Response
200 — paginated list collection; object: see schemas/list. Deltas: response wraps items in { items: [...], pagination }.
Errors: 400, 401, 406, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call read with name: "list/get".