Fetch an object by Relay global ID
get_nodeFetch a legislative object directly using its Relay global ID. Returns the full fields of the concrete type.
Instructions
Fetch any object directly by its Relay global id (the opaque id field returned on Bills, Actions, CommitteeActivities, Cosponsors, BillTitles and TextVersions). Returns the concrete type's fields. Use this when you already have a node's global id; to look a bill up by congress/type/number use get_bill instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Relay global object id (the `id` field). |