Get Exhibit Content
get_exhibit_contentRetrieve the full text content of an exhibit from an SEC filing. Use the exhibit ID obtained from get_filing_exhibits; optionally truncate large exhibits with maxLength.
Instructions
Get the full text/HTML content of a single exhibit from an SEC filing. Returns the exhibit text along with exhibit_type, description, company_name, accession_number, and form_type. Use the maxLength parameter to truncate large exhibits. Find exhibit IDs using get_filing_exhibits first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exhibit ID (numeric). Find via get_filing_exhibits. | |
| maxLength | No | Truncate content to this many characters. Response includes a "truncated" boolean. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |