Skip to main content
GET
List the caller's incidents (newest first, paginated)

Authorizations

Authorization
string
header
required

API key as Bearer token

Query Parameters

category
string

Filter by risk_category (e.g. "bullying", "grooming").

severity
enum<string>

Filter by risk_level.

Available options:
low,
medium,
high,
critical
status
enum<string>

Filter by status.

Available options:
new,
reviewing,
escalated,
resolved,
dismissed
source
enum<string>

Filter by source modality.

Available options:
text,
voice,
image,
video,
video_stream
from
string

ISO 8601 inclusive lower bound on created_at.

to
string

ISO 8601 exclusive upper bound on created_at.

platform
string
external_id
string
customer_id
string
limit
string

1..100, default 25.

cursor
string

Opaque next_cursor from the previous page.

include_summary
string

Set "true" to include decrypted summary text on each row (extra credits per row).

Response

200

Default Response