v106

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

Retrieve workflow

Returns a single workflow definition and its dense settings snapshot.

get/api/v1/workflows/{name}

Path parameters

namestring required

Workflow slug or name.

Response

Workflow details

namestring required
slugstring required
descriptionstring required
filenamestring required
graphstring required

Example response

{
  "settings": {
    "run": {
      "environment": {
        "cwd": "/srv/fabro/workspaces/team-a"
      }
    }
  }
}