Skip to main content
GET
/
v2
/
workflows
List workflows
curl --request GET \
  --url https://api.portable.io/v2/workflows \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "name": "My Workflow",
      "description": "A sample workflow",
      "enabled": true,
      "definition": {},
      "frequency": "24h",
      "cron": "",
      "node_schemas": null
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

data
object[]
required