v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
SuperSearchEnrichment

Get AI enrichment for resource

Get the AI enrichment for a specific resource

Requires one of the following scopes: supersearch_enrichments:read, supersearch_enrichments:all, all:read, all:all

get/api/v2/supersearch-enrichment/ai/{resource_id}/in-progress

Path parameters

resource_idstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000

The ID of the list or campaign to retrieve the AI enrichment.

Response

Default Response

idstring

Unique identifier for the enrichment

organization_idstring uuid required

Organization ID that owns this enrichment

resource_idstring uuid required

ID of the resource being enriched

resource_typenumber required

Type of the resource (1 for Campaign, 2 for List)

output_columnstring required

Name of the column where results will be stored

statusnumber required

Status of the enrichment job

Example response

[
  {
    "id": "01234567-89ab-cdef-0123-456789abcdef",
    "organization_id": "01234567-89ab-cdef-0123-456789abcdef",
    "resource_id": "01234567-89ab-cdef-0123-456789abcdef",
    "resource_type": 1,
    "output_column": "ai_generated_content",
    "status": 1
  }
]