GET
/
apps
/
{app_id}
/
workflows
/
discover
/
{workflow_id}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "app": {
    "id": "<string>",
    "name": "<string>",
    "verified": true
  },
  "version": {
    "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>"
      }
    ]
  },
  "tags": [
    {
      "id": "<string>",
      "name": "<string>",
      "color": "<string>",
      "app_id": "<string>",
      "created_at": "2023-12-25",
      "updated_at": "2023-12-25"
    }
  ],
  "tests_stats": {
    "total_count": 123,
    "running_count": 123,
    "cancelled_count": 123,
    "passing_count": 123,
    "failing_count": 123,
    "expectations_failing_count": 123,
    "expectations_passing_count": 123
  },
  "template_id": "<string>",
  "runs_count": 0,
  "retention": {
    "max_age_in_seconds": 3600,
    "preserve_on_failure": true
  },
  "enabled": true,
  "deleted": false,
  "created_at": "2023-12-25",
  "updated_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

Response

200 - application/json

Detailed information about a workflow