This schema describes objects returned by the SuperSearch Enrichment endpoints.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique identifier for the enrichment (read-only) |
limit | number, nullable | No | The maximum number of leads to enrich |
organization_id | string (uuid) | Yes | Organization ID that created this enrichment (read-only) |
enrichment_payload | object | No | Enrichment payload |
auto_update | boolean, nullable | No | Whether new leads added to the resource will be automatically enriched using these same settings |
skip_rows_without_email | boolean, nullable | No | Whether the fully enriched profile enrichment will run even if we don’t find an email |
in_progress | boolean, nullable | No | Whether the enrichment is in progress |
type | string | No | Enrichment type to add to the resource. Possible values: work_email_enrichment (Work Email Enrichment), fully_enriched_profile (LinkedIn Enrichment), email_verification (Email Verification), joblisting (Job Listing Enrichment), technologies (Technologies Enrichment), news (News Enrichment), funding (Funding Enrichment), ai_enrichment (AI Enrichment), custom_flow (Custom Flow Enrichment) |
resource_id | string (uuid) | Yes | Unique identifier for the entity to enrich leads into (read-only) |
resource_type | number | Yes | Type of the entity to enrich leads into. Possible values: 1 (Campaign), 2 (List) (read-only) |