Get the leads that were upserted by a job.
This endpoint is used to get the leads that were upserted by a job.
Query parameters
The job id returned by an upsert endpoint.
The job id returned by an upsert endpoint.
Response
Example response
[
{
"lead_id": 56789,
"genpage_url": "https://myworkspace.genpa.ge/aws-john",
"name": "John Doe",
"email": "john@aws.com",
"company_name": "AWS"
}
]Changes
Changed in 1 of the 3 revisions of this API.33
- ▲
added the new required
queryrequest parameterjob_idnew-required-request-parameter
- ▲
removed the request body
request-body-removed
- ▲
removed the media type
text/plainfor the response with the status200response-media-type-removed
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲