List Boards
list_boardsList watchable legal corpora (e.g., Federal Register, CFR, state statutes) with refresh cadence, enabling you to identify subscription targets before creating a watch.
Instructions
List every watchable board: a tracked corpus source such as the Federal Register, the CFR, or one state's statutes, with its refresh cadence. A board is identified by corpusType plus state (state is null for federal). Use to discover what can be subscribed to before calling create_watch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max boards to return. The default covers the whole registry today; check `total` rather than assuming it always will. | |
| state | No | Only boards for this jurisdiction. Pass `federal` for the boards that have no state (USC, eCFR, the Federal Register). Omit for no jurisdiction filter -- which is NOT the same as `federal`. | |
| offset | No | Number of boards to skip, for paging. | |
| corpusType | No | Only boards for this corpus type, matched case-insensitively so the uppercase spelling used by the statutes endpoints (`CFR`) finds the board (`cfr`). An unknown value is an empty page with `total: 0`, not an error. |