curl --request GET \
--url https://api.kadoa.com/v4/support/issues \
--header 'x-api-key: <api-key>'{
"issues": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"teamId": "f0e1d2c3-b4a5-6789-0abc-def123456789",
"workflowId": "12345678-abcd-ef01-2345-6789abcdef01",
"workflowName": "Product catalog scraper",
"issueId": "KAD-1234",
"requestedAt": "2026-03-18T09:15:00.000Z",
"resolvedAt": "2026-03-18T10:32:12.000Z",
"resolvedBy": "support-agent",
"issueTitle": "Missing price fields on product pages",
"issueDescription": "Several product pages are returning null for the price field. Affected URLs include the seasonal sale section.",
"status": "Done",
"priority": 2,
"labels": [],
"updatedAt": "2026-03-18T10:32:00.000Z"
}
]
}Retrieve all support issues for the current customer
curl --request GET \
--url https://api.kadoa.com/v4/support/issues \
--header 'x-api-key: <api-key>'{
"issues": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"teamId": "f0e1d2c3-b4a5-6789-0abc-def123456789",
"workflowId": "12345678-abcd-ef01-2345-6789abcdef01",
"workflowName": "Product catalog scraper",
"issueId": "KAD-1234",
"requestedAt": "2026-03-18T09:15:00.000Z",
"resolvedAt": "2026-03-18T10:32:12.000Z",
"resolvedBy": "support-agent",
"issueTitle": "Missing price fields on product pages",
"issueDescription": "Several product pages are returning null for the price field. Affected URLs include the seasonal sale section.",
"status": "Done",
"priority": 2,
"labels": [],
"updatedAt": "2026-03-18T10:32:00.000Z"
}
]
}API key for authentication
When true, includes resolved issues in the response. Defaults to false.
true, false List of support issues
Show child attributes