Summarize transformation executions per object
GET/transformations/execution-summaries
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.
Request
Responses
- 200
- 400
- 401
- 403
- default
One summary row per object with executions in the time range
the default error response
Unauthorized — the bearer token is missing, expired or invalid, or carries no role. Errors raised by the security aspects contain an ErrorDto body; requests rejected by the security filter chain may have an empty body.
Forbidden — the authenticated user lacks the required role or access rights.
the default error response