GET
/
workflows
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "owner_id": "<string>",
    "user_id": "<string>",
    "app_id": "<string>",
    "steps": [
      {
        "action_id": "<string>",
        "parameters": {}
      }
    ],
    "system_metadata": {}
  }
]

Headers

authorization
string

Response

200
application/json

Successful Response

The response is of type Workflow · object[].