Get metrics for workflows within a specified date range. This endpoint provides aggregated statistics about workflow execution and detailed information about individual workflows.
The response includes metrics aggregated by user and a list of all workflows matching the specified criteria.
API key authentication. Format - "Bearer YOUR_API_KEY"
Start date for filtering (YYYY-MM-DD format)
"2025-07-01"
End date for filtering (YYYY-MM-DD format)
"2025-07-24"
Filter by workflow status
completed
, failed
, in_progress
Filter by specific user ID
"member-test-2f9b9a4f-5898-4e7a-8f26-e60cea49ae31"
Workflow metrics retrieved successfully
The response is of type object
.