Skip to main content
GET
/
workflows
/
{workflowId}
/
errors
cURL
curl -X GET "https://production.runalloy.com/workflows/{workflowId}/errors?userId={{userId}}" \
  -H "Authorization: bearer YOUR_API_KEY" \
  -H "x-api-version: 2025-09"
{
  "data": [
    {
      "workflowId": "632531cf3beb6c98611abd09",
      "connector": "shopify",
      "errorOccurredAt": "2022-09-17T22:12:34.567Z",
      "message": "The customer failed to create due to an invalid Id"
    }
  ]
}

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.

Path Parameters

workflowId
string
required

The Id of the workflow you want to find errors for

Query Parameters

userId
string

The Id of the user

Response

200