curl --location --request GET 'https://dev.enrich.so/api/v3/lead-finder/reveal-jobs?page&limit&status' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"jobs": [
{
"jobId": "rj_a1b2c3d4e5f6g7h8",
"status": "completed",
"jobType": "reveal",
"fields": [
"email",
"phone"
],
"total": 5,
"processed": 5,
"creditsUsed": 1725,
"creditsRefunded": 50,
"createdAt": "2026-03-02T10:00:00.000Z",
"completedAt": "2026-03-02T10:00:12.000Z"
}
],
"total": 42,
"page": 1,
"limit": 20
}
}