GET
/
v2
/
integrations
/
dlp
/
{id}
/
incidents
List DLP incidents
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/integrations/dlp/{id}/incidents \
  --header 'Authorization: <api-key>'
{
  "items": [
    {
      "action": "<string>",
      "channel": "<string>",
      "eventTime": "<string>",
      "fileName": "<string>",
      "id": "<string>",
      "localOverrideUntil": "<string>",
      "policies": "<string>",
      "severity": "<string>",
      "sourceHostname": "<string>",
      "sourceIp": "<string>",
      "sourceUser": "<string>",
      "status": "<string>"
    }
  ],
  "limit": 123,
  "page": 123,
  "total": 123
}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

id
string
required

Integration UUID

Query Parameters

page
integer

Page number (default 1)

limit
integer

Items per page (default 25)

severity
string

Filter by severity

status
string

Filter by status

Response

OK

items
object[]
limit
integer
page
integer
total
integer