Read the raw designer response of one execution
GET/transformations/execution-logs/:id
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.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- default
The raw designer response of the execution
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.
Entity not found.
the default error response