Skip to main content
POST
Investigate Stealer Data with JSON Body

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Body

application/json

Multi-section investigation request.

q
string
scope
enum<string>
Available options:
all,
both,
credentials,
victims,
evidence,
properties,
files,
related_credentials
include
enum<string>[]
Available options:
credentials,
victims,
evidence,
files,
related_credentials
filter_mode
enum<string>
Available options:
fanout,
intersect
compact
boolean

Return sections under sections and omit duplicate top-level section aliases.

page_size
integer
view
enum<string>
Available options:
enriched
search_id
string
wildcard
boolean
from
string<date-time>
to
string<date-time>
date_field
enum<string>
Available options:
indexed_at,
pwned_at
log_id
string
has_log_id
boolean
sort
string
fields
string[]
filter
object

Recursive structured filter tree.

Constraints:

  • maximum nesting depth: 2
  • maximum leaf conditions: 50
  • each node should use exactly one of field, and, or or
Example:
filter_id
string

24-character transient filter context ID.

Pattern: ^[0-9a-fA-F]{24}$
Example:

"0123456789abcdef01234567"

filters
object

Section-specific flat filters.

cursors
object

Response

200 - application/json

Investigation section response

Fanout response. Non-compact responses expose each section as a top-level field. Compact responses move included sections under sections.

success
boolean
message
string
data
object