Get Workflow Run Statistics
Workflows
Get Workflow Run Statistics
Get statistics for a specific workflow run including task counts and duration.
GET
Get Workflow Run Statistics
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Path Parameters
Configuration ID
Run ID
Response
Successful Response
Statistics for a specific workflow run.
Run identifier
Example:
"123e4567-e89b-12d3-a456-426614174002"
Number of completed tasks
Example:
8
Number of failed tasks
Example:
1
Total number of tasks
Example:
10
Total run duration in seconds
Example:
300.5

