Skip to main content
GET
List watchable boards

Authorizations

Authorization
string
header
required

API key issued from the developer dashboard. Pass as Authorization: Bearer vq_key_...

Query Parameters

corpusType
string | null

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.

Example:

"state_regulation"

state
enum<string>

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.

Available options:
federal,
al,
ak,
az,
ar,
ca,
co,
ct,
de,
dc,
fl,
ga,
hi,
id,
il,
in,
ia,
ks,
ky,
la,
me,
md,
ma,
mi,
mn,
ms,
mo,
mt,
ne,
nv,
nh,
nj,
nm,
ny,
nc,
nd,
oh,
ok,
or,
pa,
pr,
ri,
sc,
sd,
tn,
tx,
ut,
vt,
va,
wa,
wv,
wi,
wy
Example:

"tx"

limit
integer
default:500

Max boards to return. The default covers the whole registry today; check total rather than assuming it always will.

Required range: 1 <= x <= 500
offset
integer
default:0

Number of boards to skip, for paging.

Required range: x >= 0

Response

The list of watchable boards.

Last modified on September 18, 2026