List Sessions
list_sessionsList the legislative sessions for a US state (regular and special), with start/end years and session IDs. Useful to scope which session to track bills in. Example: list_sessions({ state: "NY" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | 2-letter state abbreviation, e.g. "NY", "FL", "CA". | |
| _apiKey | No | Optional — your own LegiScan API key for higher limits; omit to use the shared Pipeworx key. |