GET
/
workflows
[
  {
    "id": "<string>",
    "name": "Workflow file doesn't contain name",
    "description": "Workflow file doesn't contain description",
    "created_by": "<string>",
    "creation_time": "2023-11-07T05:31:56Z",
    "triggers": [
      {}
    ],
    "interval": 123,
    "disabled": false,
    "last_execution_time": "2023-11-07T05:31:56Z",
    "last_execution_status": "<string>",
    "providers": [
      {
        "type": "<string>",
        "id": "<string>",
        "name": "<string>",
        "installed": true
      }
    ],
    "workflow_raw": "<string>",
    "revision": 1,
    "last_updated": "2023-11-07T05:31:56Z",
    "invalid": false,
    "last_executions": [
      {}
    ],
    "last_execution_started": "2023-11-07T05:31:56Z",
    "provisioned": false,
    "provisioned_file": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

Query Parameters

is_v2
boolean
default:false

Response

200
application/json
Successful Response
id
string
required
created_by
string
required
creation_time
string
required
providers
object[]
required
workflow_raw
string
required
name
string
default:Workflow file doesn't contain name
description
string
default:Workflow file doesn't contain description
triggers
object[]
interval
integer
disabled
boolean
default:false
last_execution_time
string
last_execution_status
string
revision
integer
default:1
last_updated
string
invalid
boolean
default:false
last_executions
object[]
last_execution_started
string
provisioned
boolean
default:false
provisioned_file
string