Skip to main content
GET
/
api
/
workflows
/
{workflow_uuid}
/
versions
Get Workflow Versions
curl --request GET \
  --url https://api.example.com/api/workflows/{workflow_uuid}/versions
{
  "items": [
    {
      "workflow_version_uuid": "<string>",
      "workflow_uuid": "<string>",
      "specification": "<unknown>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "version": 123,
      "is_current": true,
      "name": "<string>",
      "description": "<string>"
    }
  ],
  "total": 123
}

Headers

kinetic-api-key
string | null

Path Parameters

workflow_uuid
string
required

Response

Successful Response

Response for listing workflow versions.

items
WorkflowVersionResponse · object[]
required
total
integer
required