This schema describes objects returned by the Lead List endpoints.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | Unique identifier for the lead list (read-only) |
organization_id | string (uuid) | Yes | Organization ID that owns this lead list (read-only) |
has_enrichment_task | boolean, nullable | No | Whether this list runs the enrichment process on every added lead or not |
owned_by | string (uuid), nullable | No | User ID of the owner of this lead list. Defaults to the user that created the list |
name | string | Yes | Name of the lead list |
timestamp_created | string (date-time) | Yes | Timestamp when the lead list was created (read-only) |