v2

latestOpenAPI 3.1.12026-07-2613060964.2 KB

Get Linked Workflows

Fetch list of all workflows where this event is used

get/v1/{workspace}/event/{url_encoded_event_name}/linked_workflows/

Path parameters

workspacestring required

Workspace slug (staging, production, etc.)

url_encoded_event_namestring required

URL encoded event name. Example - SHIPMENT%20ARRIVED

Response

Successfully retrieved linked workflows

Example response

{
  "results": [
    {
      "slug": "onboarding_series",
      "usage": [
        "Wait Event"
      ]
    }
  ]
}