Get workflow details
Get detailed information about a specific workflow, including its full contents/definition.
Authentication: Required.
Common Use Cases:
- Load a workflow for editing
- View workflow configuration
- Export workflow definition
GET
Get workflow details
Authorizations
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Path Parameters
The username of the workflow owner
Maximum string length:
128Pattern:
^[a-zA-Z0-9_-]+$Example:
"johndoe"
The workflow name/slug
Maximum string length:
128Pattern:
^[a-zA-Z0-9_-]+$Example:
"my-image-workflow"
Response
Successfully retrieved workflow details
Response containing a single workflow's details
The workflow details
Example:
Previous
Platform APIs for ServerlessProgrammatic access to serverless apps metadata, analytics, and billing
Next
Get workflow details