transformations
Execution logs and summaries of transformation runs.
List transformation execution logs
Returns the transformation execution log entries for the given reference id within an optional time range, together with the total item count.
Read the raw designer response of one execution
Returns the unabridged response the hetida designer returned for a single execution log record. Kept out of the listing endpoints on purpose (HET-1709): the response of a single execution reaches a megabyte, and it is displayed only when a user opens the raw JSON of one record. The reference id is required and checked against the record, so the access rights of the object the execution belongs to apply here exactly as they do for the listing.
List all transformation execution logs
Returns transformation execution log entries across all objects within an optional time range, optionally filtered by object type (workflow vs. virtual signal), together with the total item count.
Summarize transformation executions per object
Returns one aggregated row per workflow and virtual signal for the given time range: the last execution with its status, the execution counts broken down by status, and the mean and 95th-percentile duration. Virtual signals that carry an active scheduler job but have not executed at all in the range are included with a total of zero, because 'was scheduled and never ran' is not visible in the execution log itself. Aggregated in the database, so the response grows with the number of objects rather than the number of executions.