de_dip_get_document
Get a document from the Bundestag DIP by its ID and resource type (drucksache, plenarprotokoll, vorgang).
Instructions
Fetch one entity from the Bundestag DIP by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | the DIP entity id from a ``de_dip_search`` result (e.g. ``"258173"``). | |
| resource | Yes | ``"drucksache"``, ``"drucksache-text"``, ``"plenarprotokoll"``, ``"plenarprotokoll-text"`` or ``"vorgang"``. Use a ``-text`` variant to get the full document text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| note | No | Source: DIP (dip.bundestag.de), the German parliament's official documentation system, via its documented public API. Covers Bundestag and Bundesrat printed papers (Drucksachen), plenary transcripts and legislative procedures. DIP records legislative history - it does not carry consolidated statute text (use de_search for that). | |
| datum | No | ||
| titel | No | ||
| content | No | Full document text (plain). | |
| eli_uri | Yes | ||
| byte_size | No | ||
| source_url | Yes | ||
| dokumentart | No | ||
| herausgeber | No | ||
| wahlperiode | No | ||
| dokumentnummer | No | ||
| human_readable_citation | No |