How to download it
1
Open Logs
Go to the Logs section of your project and pick the Workflows or Tools tab, depending on what you want to export.
2
Apply your filters
Set the date range and any filters you need: channel, status, workflow, user. The file will contain exactly that set.
3
Press the download button
You will find it on the right of the filter bar. Generation is asynchronous: the request is dispatched and the file shows up in the Downloads Center once it is ready.
If your filters return no results, the system tells you there is no data instead of handing you an empty file.
Columns in the file
Headers come in your configured language: Spanish, English or Portuguese.
Parent-child hierarchy
When one workflow invokes another, three columns work together to let you tell who called whom.Level tells you at a glance whether the row is a parent execution — it started on its own — or a child, invoked from another one. Parent execution ID tells you which one invoked it, and Root execution ID takes you to the origin of the whole chain, however many levels of nesting there are.
The three columns can come back empty when hierarchy information is not available for that execution. The report leaves the cell blank rather than assuming a value.
Dates and time zone
Dates in the file are expressed in the time zone configured in your profile, not in the server’s UTC. If you have none configured, your browser’s zone is used. The format isYYYY-MM-DD HH:MM:SS on a 24-hour clock. That order is deliberate: in a spreadsheet it sorts correctly alphabetically and Excel recognizes it as a date.
The file’s time zone and the filter’s date range are two different things. The filter decides which executions are included; the time zone decides how their dates are displayed.
Size limit
Below that ceiling the file is assembled for you. If the set is large it is split into several files, and you will find all of them in the Downloads Center.Use cases
Auditing billed spend
Auditing billed spend
An account that needs to justify its invoice to finance: it downloads the detail for the full period and keeps it as backing evidence for the summary it receives.
Reviewing a spike of failures offline
Reviewing a spike of failures offline
A team that saw many failed executions yesterday: it filters by status and channel, downloads the set and reviews the identifiers without opening each execution in the interface.
Tracing a chain of nested workflows
Tracing a chain of nested workflows
A workflow that invokes two others, and one of them fails:
Root execution ID groups every row of the same chain, and Level separates the parent from the children.Related articles
Workflow Executions
What counts as an execution and how it affects your billing
Node Events
Configure tracking events to feed your metrics