processed_filings_retrieve
processed-filings
Retrieve the processed content for a single filing by the ProcessedFiling ID.
Request samples
curl --location --request GET 'https://api.financialreports.eu/processed-filings//' \
--header 'x-api-key;'
Responses
application/json Serializer for the ProcessedFiling model, providing access to
the processed content (e.g., markdown).
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-04-23 09:48:35