Dokument abrufen
ris_dokumentRetrieve full text of Austrian legal documents from RIS. Provide a URL or document number to get complete laws and decisions in markdown or JSON format.
Instructions
Retrieve full text of a legal document.
Use this after searching to load the complete text of a specific law or decision.
Note: For long documents, content may be truncated. Use specific searches to narrow down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Direct URL to document content | |
| dokumentnummer | No | RIS document number (e.g., "NOR40052761") - from search results | |
| response_format | No | "markdown" (default) or "json" | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The document text, identical to the text content block — truncated at 25000 characters with a German notice when the document is longer | |
| outline | No | Jump targets of the document. Returned for a truncated markdown response whose outline is small enough to travel with it — a document that fits in one response has nothing to navigate to, and a statute-sized outline is fetched with the next section instead | |
| source_url | No | RIS URL the document text was rendered from | |
| total_length | Yes | Length of the string "text" was cut from — the full rendered document in the requested format; greater than the length of "text" when the document was truncated | |
| dokumentnummer | No | RIS document number of this document, echoed from the request |