Skip to main content
GET
/
v2
/
workflows
/
{id}
Get workflow
curl --request GET \
  --url https://api.portable.io/v2/workflows/{id} \
  --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.

Path Parameters

id
integer<int>
required

ID

Example:

568971

Response

OK

data
object
required