Skip to main content
GET
/
v4
/
support
/
issues
Get 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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Query Parameters

includeResolved
enum<string>
default:false

When true, includes resolved issues in the response. Defaults to false.

Available options:
true,
false

Response

200 - application/json

List of support issues

issues
object[]