v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01600974.4 KB
Workflows

Get workflow details

Returns details about a specific published workflow, including its graph schema.

get/v1/workflows/{id}

Path parameters

idstring uuid required

The ID of the published workflow to run. You can copy this value from the developer portal.

Headers

X-Runway-Version'2024-11-06' required

The version of the RunwayML API being used. You can read more about versioning here.

Response

The workflow details including graph schema.

idstring uuid required

The globally unique ID of the published workflow.

namestring required

The name of the published workflow.

descriptionstring nullable required

The description of the published workflow.

versioninteger required

A monotonically increasing version number. Each workflow version for the same published workflow has a unique version number.

createdAtstring date-time required

When this version was published

updatedAtstring date-time required

When this version was last updated