Retrieve Processed Filing Content
Processed Filings
Retrieve the processed content (e.g., markdown) for a single filing by its ProcessedFiling ID.
Request samples
curl --location --request GET 'https://api.financialreports.eu/processed-filings//' \
--header 'x-api-key;'
Responses
application/json
Successfully retrieved the processed filing content.
ID of the original Filing.
The processed filing content in Markdown format.
Optional structured JSON representation of the content.
Identifier for the tool/method used to process the filing.
added_at
string <date-time>
read-onlyrequiredTimestamp when the processed content was added.
updated_at
string <date-time>
read-onlyrequiredTimestamp when the processed content was last updated.
{
"id": 0,
"filing_id": 0,
"content_markdown": "string",
"content_json": null,
"processor": "string",
"added_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
Modified at 2025-05-24 05:59:30