GET
/
apps
/
{app_id}
/
workflows
/
{workflow_id}
/
versions
/
{version_id_or_version_number}
{
  "id": "<string>",
  "app_id": "<string>",
  "workflow_id": "<string>",
  "description": "<string>",
  "version": 123,
  "rollback_version": 123,
  "notes": "<string>",
  "created_by": {
    "id": "<string>",
    "name": "<string>"
  },
  "created_at": "2023-12-25",
  "key": "<string>",
  "input": {},
  "input_default": {},
  "input_options": {
    "display": {
      "field": "inline",
      "container": "grid",
      "hidden": true
    }
  },
  "steps": [
    {
      "type": "note",
      "key": "<string>",
      "display": "expanded",
      "conditional": "<string>",
      "loop": "<string>",
      "throw_on_error": true,
      "input_connected": true,
      "destinations": [
        "<string>"
      ],
      "position": [
        123
      ],
      "size": [
        101
      ],
      "auto": {
        "provider": "<string>",
        "model": "<string>",
        "temperature": 1
      },
      "note": "<string>"
    }
  ]
}

Path Parameters

app_id
string
required

The ID of the app

workflow_id
string
required

The ID of the workflow

version_id_or_version_number
string
required

The ID or version number of the workflow version

Response

200 - application/json

The requested workflow version.

Information about the workflow version