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

The response is of type object[].