Get Committee
openstates_get_committeeFetch committee detail by OCD organization ID. Returns name, classification, and membership roster when include=memberships is requested. Experimental — not all states have committee data in Open States. Obtain the committee_id from openstates_search_committees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Related data to inline. "memberships" includes the full roster with member roles. "links" includes the committee homepage and reference links, and "sources" the provenance URLs behind the record. | |
| committee_id | Yes | OCD organization ID (from openstates_search_committees results). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | OCD organization ID. | |
| name | No | Committee name. | |
| error | No | Present when the call failed. Absent on success. | |
| links | No | Committee homepage and reference links when include=links is requested. | |
| sources | No | Provenance sources when include=sources is requested. | |
| parent_id | No | OCD ID of parent committee, or null for top-level committees. | |
| memberships | No | Membership roster when include=memberships is requested. | |
| classification | No | Committee classification: "committee" or "subcommittee". |