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

# Get Integration Resources

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

Get all resources for a given installation ID.

## Path parameters

- `integrationConfigurationId` string, required

## Response `200`

- object
  - `resources` object[], required
    - `partnerId` string, required — The ID provided by the partner 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
        - `edgeConfigSyncingEnabled` false | true
        - `edgeConfigId` string
        - `globalConfigId` string
        - `globalConfigSyncingEnabled` false | true
        - `edgeConfigTokenId` 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)
