Get Event
openstates_get_eventFetch full event detail by OCD event ID. Returns agenda, participants, media links, and associated documents when requested via include. Experimental — event coverage is limited in Open States. Obtain the event_id from openstates_search_events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Related data to inline. "agenda" and "participants" are most useful; "links", "media", and "documents" add related URLs, recordings, and files, and "sources" the provenance URLs behind the record. | |
| event_id | Yes | OCD event ID (from openstates_search_events results). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | OCD event ID. | |
| name | No | Event name. | |
| error | No | Present when the call failed. Absent on success. | |
| links | No | Event links when include=links is requested. | |
| media | No | Media links when include=media is requested. | |
| agenda | No | Agenda items when include=agenda is requested. | |
| status | No | Event status. | |
| sources | No | Provenance sources when include=sources is requested. | |
| end_date | No | Event end datetime. Absent when not recorded. | |
| location | No | Event location when available. | |
| documents | No | Document links when include=documents is requested. | |
| start_date | No | Event start datetime. | |
| description | No | Event description. | |
| jurisdiction | No | Hosting jurisdiction. | |
| participants | No | Participants when include=participants is requested. | |
| classification | No | Event classification. |