Skip to main content
POST
Create Export Job

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Body

application/json
type
enum<string>
Available options:
docs,
victims,
breach
service
enum<string>
Available options:
stealer,
victims,
breach
format
enum<string>
Available options:
json,
jsonl,
csv,
txt,
html
limit
integer
fields
string[]
query_config
object

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 API.

Example:

Response

202 - application/json

Raw export job snapshot

id
string
job_id
string
status
enum<string>
Available options:
queued,
running,
completed,
canceled
created_at
string<date-time>
started_at
string<date-time>
completed_at
string<date-time>
expires_at
string<date-time>
progress
object
result
object
last_error
string
request
object
next_poll_after_ms
integer
metadata
object