Skip to main content
GET
Get Latest Workflow Version
Retrieves the latest version of a workflow (by highest version number). Use the returned version ID when running workflows via POST /workflow-requests/run.

Usage

Path Parameters

Response

Version Status

Notes

Authentication required: The authenticated user must own the workflow.

Authorizations

Authorization
string
header
required

API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings

Path Parameters

id
string<uuid>
required

Workflow ID

Response

Workflow version retrieved successfully

Represents a specific version of a workflow

id
string<uuid>
required
workflow_id
string<uuid>
required
version_number
integer
required
name
string
required
status
enum<string>
required
Available options:
draft,
published,
archived
description
string
metadata
object
created_at
string<date-time>
updated_at
string<date-time>