Skip to main content
GET
Get workflow details

Authorizations

Authorization
string
header
required

API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY

Path Parameters

username
string
required

The username of the workflow owner

Maximum string length: 128
Pattern: ^[a-zA-Z0-9_-]+$
Example:

"johndoe"

workflow_name
string
required

The workflow name/slug

Maximum string length: 128
Pattern: ^[a-zA-Z0-9_-]+$
Example:

"my-image-workflow"

Response

Successfully retrieved workflow details

Response containing a single workflow's details

workflow
object
required

The workflow details

Example: