---
title: "Get Integration Resource"
method: GET
path: "/v1/installations/{integrationConfigurationId}/resources/{resourceId}"
tags: ["marketplace"]
---

# Get Integration Resource

`GET /v1/installations/{integrationConfigurationId}/resources/{resourceId}`

Get a resource by its partner ID.

## Path parameters

- `integrationConfigurationId` string, required — The ID of the integration configuration (installation) the resource belongs to
- `resourceId` string, required — The ID provided by the 3rd party provider for the given resource

## Response `200`

- object
  - `id` string, required — The ID provided by the 3rd party provider for the given resource
  - `internalId` string, required — The ID assigned by Vercel for the given resource
  - `name` string, required — The name of the resource as it is recorded in Vercel
  - `status` 'error' | 'onboarding' | 'pending' | 'ready' | 'resumed' | 'suspended' | 'uninstalled' — The current status of the resource
  - `productId` string, required — The ID of the product the resource is derived from
  - `protocolSettings` object — Any settings provided for the resource to support its product's protocols
    - `experimentation` object
      - `edgeConfigId` string
      - `globalConfigId` string
  - `notification` object — The notification, if set, displayed to the user when viewing the resource in Vercel
    - `level` 'error' | 'info' | 'warn', required
    - `title` string, required
    - `message` string
    - `href` string
  - `billingPlanId` string — The ID of the billing plan the resource is subscribed to, if applicable
  - `metadata` object — The configured metadata for the resource as defined by its product's Metadata Schema

## Other responses

- `400` — One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `404`
- `410`

---

[API](https://skmtc.net/vercel/apis/api.md) · [All operations](https://skmtc.net/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/api/versions/61d1ba3f6dac/schema)
