Get Lead List
Lead Lists
Get Lead List
Retrieves a single lead list by ID with populated persons or companies
GET
Get Lead List
Retrieves a lead list by its unique identifier. The response includes the lead list metadata along with fully populated person or company objects, depending on the list type.
Authentication
This endpoint requires authentication. Any authenticated user can retrieve lead lists.The response automatically populates
persons or companies based on the
list’s type field. Person-type lists return hydrated person objects with
their associated company and Bullhorn client contact data.Request
The unique identifier of the lead list to retrieve.
Response
Returns the lead list with populated items (persons or companies depending on list type).Base Fields
Unique identifier for the lead list.
The ID of the associated Ideal Customer Profile, or
null if not linked.The display name of the lead list.
The type of leads in this list. Either
"person" or "company".ISO 8601 timestamp for the campaign start date.
ISO 8601 timestamp for the campaign end date.
Array of person/lead IDs stored in the list.
Array of company UUIDs stored in the list.
Array of user IDs with access to this lead list.
ISO 8601 timestamp of when the lead list was created.
ISO 8601 timestamp of when the lead list was last updated.
Populated Fields
Populated when
type is "person". Array of fully hydrated person objects
with nested company and Bullhorn client contact data. Each person object
includes: - id, firstName, lastName - Basic identity - jobTitle,
seniority - Professional details - emails, phones - Contact informationcity,country,postalCode- Location -linkedinUrl- LinkedIn profile URL -company- Nested company object (if associated) -clientContact- Nested Bullhorn client contact with tasks (if synced)
Populated when
type is "company". Array of company objects. Each company
object includes: - id, name, legalName - Identity - description,
summary - Company details - industry, headcount, revenue - Business
metrics - city, country, postalCode - Location - websiteUrl,
linkedinUrl, domain - Web presence - logoUrl - Company logo - phones -
Contact numbersResponse Examples
Error Codes
| Status Code | Error Code | Description |
|---|---|---|
| 404 | NOT_FOUND | No lead list exists with the specified ID. |
| 500 | INTERNAL_ERROR | An unexpected server error occurred. |