Create an asynchronous bulk-search job across many terms.
Create a batched bulk-search job across many terms.Documentation Index
Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication (lowercase header name)
stealer, docs, victims, breach csv, json, jsonl Reusable JSON form of a search request for exports and bulk-search jobs.
It accepts the same public filter keys as the corresponding V2 search endpoint, plus filter
and filter_id. Prefer canonical JSON keys such as domain, email_domain, dbname,
and username; bracketed variants such as domain[] are also accepted by the backend.
{
"q": "alice@example.com",
"email": "alice@example.com",
"dbname[]": ["linkedin.com", "twitter.com"],
"wildcard": true,
"extra_params": { "sort": "-indexed_at" }
}