Export People Results API

Returns paginated export results for a given trackId. The trackId is from the Export People with Email response. Use the page and size query parameters to paginate through results.

Returns full people data with email, company, and profile information. When email finding is still in progress, items may have email.state PROCESSING and an empty email.output array. When complete, email.state is DONE and email.output contains the found email(s).

Email Verification: All emails (SMTP & CATCH_ALL) returned by the API are verified in real time by BounceBan.

Returns 409 Conflict when the track ID is still in progress.

Fully-refunded submissions: if the submission was auto-refunded for non-delivery (STUCK_HARD_REFUND / STUCK_SOFT_REFUND), this endpoint returns 403 Forbidden with an actionable message — the results are not retrievable, so submit the request again. If it was refunded because there was no deliverable result (SEARCH_NO_RESULTS / NO_EMAILS_FOUND), it returns 200 with an empty page.

Path Params
uuid
required
Defaults to b1762dc5-c86e-44e5-a525-a045ae5ba592

The track ID from an Export People with Email response.

Query Params
integer
≥ 0
Defaults to 0

Zero-based page index. (>= 0)

integer
1 to 100
Defaults to 10

Number of items per page. (1 to 100)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json