Describe the problem/error/question
For the /executions API, the status field is not returned in the object as it is shown here:
I have even tried the includeData, but that does not set it either.
curl 'https://xyz:5678/api/v1/executions?includeData=true&limit=100
Share the output returned by the last node
Name Value
---- -----
id 630346
finished True
mode trigger
retryOf
retrySuccessId
startedAt 2025-10-26 17:29:29
stoppedAt 2025-10-26 17:29:29
workflowId Xr3ghSMRQq07OESg
waitTill
data {[startData, System.Management.Automation.OrderedHashtable], [resultData, System.Management.Automation.OrderedHashtable], [executionData, System.Managem…
workflowData {[id, Xr3ghSMRQq07OESg], [name, CrowdStrike Falcon Alerts], [active, True], [isArchived, False]…}
customData {}
Information on your n8n setup
Debug info
core
- n8nVersion: 1.108.1
- platform: docker (self-hosted)
- nodeJsVersion: 22.17.0
- database: sqlite
- executionMode: regular

