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

# Get enrichment for resource

`GET /api/v2/supersearch-enrichment/{resource_id}`

Get the enrichment for a specific resource

## Path parameters

- `resource_id` string, uuid, required

## Response `200`

Default Response

- object
  - `resource_id` string, uuid, required — ID of the resource being enriched
  - `in_progress` boolean — Whether the enrichment is in progress
  - `has_no_leads` boolean — Whether the enrichment for this resource returned no leads for these search filters. This is only applicable for enrichments created from SuperSearch.
  - `exists` boolean — Whether the enrichment exists
  - `enrichment_payload` object, required — Enrichment types
    - `work_email_enrichment` boolean
    - `fully_enriched_profile` boolean
    - `email_verification` boolean
    - `joblisting` boolean
    - `technologies` boolean
    - `news` boolean
    - `funding` boolean
    - `engagement_score` boolean
    - `ai_enrichment` object
    - `custom_flow` string[]
    - `limit` number — Maximum number of leads to enrich
    - `autofill` boolean — Whether to automatically fill in missing lead information
  - `auto_update` boolean — Whether leads added to the list will be automatically enriched
  - `is_evergreen` boolean — Whether the enrichment is evergreen
  - `search_filters` object — Search filters used to create this enrichment (only present for enrichments created from SuperSearch)

## 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.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/versions/378d1e253fe7/schema)
