Skip to main content
GET
Search Victim Profiles

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Query Parameters

q
string
cursor
string
page_size
integer
sort
string
from
string<date-time>
to
string<date-time>
date_field
enum<string>
Available options:
indexed_at,
pwned_at
wildcard
boolean
log_id
string
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"

total_docs_min
integer
total_docs_max
integer
service_count_min
integer
service_count_max
integer
email[]
string[]
email_domain[]
string[]
ip[]
string[]
hwid[]
string[]
discord_id[]
string[]
username[]
string[]
country[]
string[]
city[]
string[]
os[]
string[]
service[]
string[]
steam_id[]
string[]
steam_name[]
string[]
phone[]
string[]
domain[]
string[]
subdomain[]
string[]
identity_state[]
string[]
victim_ip[]
string[]
antivirus[]
string[]
infection_path[]
string[]
fields[]
string[]
view
enum<string>
Available options:
enriched
search_id
string

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

Response

200 - application/json

Victim search response

success
boolean
message
string
data
object