Skip to main content
GET
Investigate Stealer Data

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Query Parameters

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

Repeat or comma-separate section names to return only selected sections.

Available options:
credentials,
victims,
evidence,
files,
related_credentials
page_size
integer

Number of results to return.

Required range: 1 <= x <= 200
search_id
string

Search session ID from POST /service/search/init.

filter
string

JSON-encoded structured filter tree.

Use leaf nodes with field, operator, and value, or compound nodes with and / or. If you would rather send the filter as a real JSON object, use POST on the same /search route. See /guides/structured-filters for the full grammar, operators, limits, and examples.

filter_id
string

24-character transient filter context ID returned by POST /service/v2/ai/filter or a previous search response.

24-character transient filter context ID.

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

"0123456789abcdef01234567"

filter_mode
enum<string>
Available options:
fanout,
intersect
compact
boolean
view
enum<string>
Available options:
enriched

Include sensitive cookie-domain/session evidence when the plan permits it.

Force raw cookie-domain/session evidence out of the evidence section.

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