Returns logs for workflow executions. You can filter by level, node, run, or date range.
Standard JWT for user sessions obtained via Altostrat authentication.
The prefixed ID of the workflow (e.g., fl_...).
Workflow log entries.
The unique prefixed identifier for the log entry.
"fl_log_01h3j4k5l6m7n8p9q0r1s2t3u4"
The ID of the node that generated this log entry.
"n2"
The component type of the node that generated this log.
"webhook"
The status of this specific step execution.
success, error, warning "success"
The JSON output produced by the node.
{
"status": 200,
"body": { "message": "ok" }
}The timestamp when the log entry was created.
"2025-10-31T12:00:02.000000Z"