---
title: "Get AI enrichment for resource"
method: GET
path: "/api/v2/supersearch-enrichment/ai/{resource_id}/in-progress"
tags: ["SuperSearchEnrichment"]
---

# Get AI enrichment for resource

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

Get the AI enrichment for a specific resource


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

## Path parameters

- `resource_id` string, uuid, required

## Response `200`

Default Response

- object[]
  - `id` string — Unique identifier for the enrichment
  - `organization_id` string, uuid, required — Organization ID that owns this enrichment
  - `resource_id` string, uuid, required — ID of the resource being enriched
  - `resource_type` number, required — Type of the resource (1 for Campaign, 2 for List)
  - `output_column` string, required — Name of the column where results will be stored
  - `status` number, required — Status of the enrichment job

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.dev/instantly/apis/api-explorer.md) · [All operations](https://skmtc.dev/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/instantly/api-explorer/revisions/378d1e253fe7/schema)
