Headers
The version of the API to use. The current API version is 2025-09.
Path Parameters
The Id of the workflow you want to find logs for
The Id of the execution to rerun. This can be retrieved from the GET Workflow Logs endpoint
Retrieves log data for a given workflow over time. Logs are stored for a maximum of 7 days before being purged.
Each log includes the executionId
(which can be used to rerun an execution), the startedAt
and stoppedAt
date stamps, and the JSON output of the execution.
The version of the API to use. The current API version is 2025-09.
The Id of the workflow you want to find logs for
The Id of the execution to rerun. This can be retrieved from the GET Workflow Logs endpoint