Authorizations
Enter the JWT token.
Path Parameters
The prefixed ID of the workflow (e.g., fl_...
).
Response
Aggregated log statistics.
A count of log entries grouped by status.
Example:
{
"success": 1502,
"error": 23,
"warning": 5
}
A count of workflow runs in the last 30 days, grouped by status.
Example:
{ "completed": 95, "failed": 5 }
Example:
250
The percentage of completed runs out of total runs.
Example:
97.5