import { apiRequest } from "./client"; export async function getWorkflowMetrics(workflowId) { return apiRequest(`/metrics/workflow/${workflowId}`); }