Skip to main content
GET
Get Workflow

Authorizations

X-Kinetic-Key
string
header
required

Your Kinetic API key

Path Parameters

workflow_uuid
string
required

Response

Successful Response

Detailed workflow response with stats and recent executions. Used by GET /api/workflows/{id} endpoint.

workflow_uuid
string
required
name
string
required
created_at
string<date-time> | null
updated_at
string<date-time> | null
description
string | null
specification
unknown
current_version
integer | null
total_executions
integer
default:0
success_rate
number | null
avg_duration
string | null
executions
ExecutionResponse · object[]