Skip to main content
GET
/
workflow
/
orgName
/
{orgName}
List org's workflows
curl --request GET \
  --url http://api.local.stratumn.com:3000/workflow/orgName/{orgName} \
  --header 'Authorization: Bearer <token>'
[
  {
    "workflowId": "<string>",
    "workflowName": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

orgName
string
required

The organization name

Response

200 - application/json

The workflows of the given organization

workflowId
string
required

The Workflow ID

workflowName
string
required

The Workflow Name