MethodEndpointDescription
GET/v1/metrics/failure-rateGet overall failure rate statistics for a time period. Maximum time range is 365 days.
GET/v1/metrics/recent-activityGet recent workflow run activity
GET/v1/metrics/runs-timeseriesGet time-series data for workflow runs (total, success, failure)
GET/v1/metrics/summaryGet aggregated metrics (runs time-series, failure rate, top errors, recent activity) in a single request.
GET/v1/metrics/top-errorsGet most common errors with counts. Maximum time range is 365 days.
GET/v1/onboarding/questionsGet active onboarding questions for the specified scope
POST/v1/onboarding/responsesSubmit onboarding responses and mark onboarding as complete
GET/v1/onboarding/statusGet user's onboarding completion status
GET/v1/searchSearch resources
GET/v1/search/similar/{type}/{id}Find similar resources
GET/v1/statisticsGet cumulative statistics for all nodes (actions + triggers)
GET/v1/statistics/{type}/{id}/usageGet usage time-series data for a specific node
GET/v1/statistics/action/{id}/latencyGet latency time-series data for a specific action
GET/v1/tagsList available tags, optionally filtered by category and/or search query with pagination
GET/v1/tags/categoriesList all unique categories from tags
GET/v1/templatesList templates by category and tags
POST/v1/templatesCreate a new workflow template
GET/v1/templates/{templateId}Get template by ID
PATCH/v1/templates/{templateId}Update an existing workflow template
POST/v1/templates/{templateId}/rollbackRollback template to a previous version
GET/v1/templates/{templateId}/statsGet template statistics
GET/v1/templates/{templateId}/versionsList all versions of a template
GET/v1/templates/{templateId}/versions/{versionNumber}Get a specific version of a template by version number
GET/v1/templates/{templateId}/versions/countCount total versions for a specific template
GET/v1/templates/by-source-workflow/{workflowId}Get template by source workflow ID. Returns 200 with null data when no template exists for the workflow.
GET/v1/templates/recommendedGet personalized template recommendations based on user's tag interests
Ask a question... ⌘I