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.
📄️ Get Docker Image Download URL
Returns a signed URL to download the Docker image for the report. The URL is valid for 1 hour. The URL is only available id Docker downloads are enabled for the current report.
📄️ 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 /report/{report_id}/render` endpoint.