get_filing
Retrieve a filing's metadata and extracted document content by ID. Page through text windows and optionally include tables to analyze HKEX filings.
Instructions
Use this to read one filing's metadata and extracted document content.
Returns the canonical filing and document fields. document_text is a window of
max_text_chars from text_offset; when text_truncated is true, call again
with next_text_offset for more. Tables (document_tables) are included only when
include_tables is true. Obtain ids from search_filings. This tool is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filing_id | Yes | 16-character filing id; obtain from search_filings. | |
| text_offset | No | Character offset into document_text for paging. | |
| include_text | No | Include the extracted document text window. | |
| include_tables | No | Include extracted document tables. | |
| max_text_chars | No | Maximum characters of text to return (0..200000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |