Informational
Informational operations.
📄️ Retrieve Report Template Information
Retrieves basic information about the report template.
📄️ Get Report Template JSON Schema
Returns the JSON Schema that defines the expected structure and validation rules for the report data.
📄️ List Allowed Transforms
Returns descriptions of all transforms supported by this report template. Each transform defines a set of input files that can be used to generate the report.
📄️ Get Transform Description
Returns a description the file(s) required to satisfy the specified transform
📄️ Convert Transform Data to JSON
Converts the provided input files into the JSON format required by the report template. This is the data that should be passed to the `POST /render` endpoint. You don't have to convert the data to JSON to render as you can use the `/render/{transform_name}` endpoint directly with the same input files.