v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBSuperSearchEnrichment
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
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
}
]