Skip to main content
GET
/
workflows
Retrieve a list of workflows
curl --request GET \
  --url https://production.runalloy.com/workflows \
  --header 'Authorization: <authorization>' \
  --header 'x-api-version: <x-api-version>'
"{\n   \"data\": [\n       {\n           \"workflowId\": \"6544eac8e1ee020334af4ec8\",\n           \"name\": \"Untitled Workflow #595\",\n           \"createdAt\": \"2023-11-03T12:42:48.304Z\",\n           \"updatedAt\": \"2023-11-03T13:12:45.522Z\",\n           \"installed\": false,\n           \"active\": false,\n           \"version\": 1,\n           \"integrationId\": \"6544193cd8c482b3fe875101\",\n           \"connectors\": [\n               {\n                   \"connectorName\": \"KnoCommerce Trigger\",\n                   \"connectorId\": \"3fe19002-a854-466a-b1c7-682d6fbe398a\",\n                   \"connector\": \"knoCommerceTrigger\",\n                   \"icon\": \"https://cdn.runalloy.com/icons/knoCommerce.png\"\n               }\n           ]\n       }\n   ]\n}\n"

Headers

Authorization
string
default:bearer YOUR_API_KEY
required
x-api-version
string
default:2025-09
required

The version of the API to use. The current API version is 2025-09.

Query Parameters

userId
string
required

The Id of the user you want to lookup. Returned from the Create User endpoint. Note: you can also use the Embedded user's username in this field.

Response

200

The response is of type any.

I