---
title: "Get the resources for a resource provider"
method: GET
path: "/v1/workspaces/{workspaceId}/resource-providers/name/{name}/resources"
---

# Get the resources for a resource provider

`GET /v1/workspaces/{workspaceId}/resource-providers/name/{name}/resources`

## Path parameters

- `workspaceId` string, required
- `name` string, required

## Response `200`

Paginated list of items

- object
  - `items` Resource[], required
    - `config` object, required
    - `createdAt` string, date-time, required
    - `deletedAt` string, date-time
    - `identifier` string, required
    - `kind` string, required
    - `lockedAt` string, date-time
    - `metadata` object, required
    - `name` string, required
    - `providerId` string
    - `updatedAt` string, date-time
    - `version` string, required
    - `workspaceId` string, required
  - `limit` integer, required — Maximum number of items returned
  - `offset` integer, required — Number of items skipped
  - `total` integer, required — Total number of items available

## Other responses

- `400` — Invalid request
- `404` — Resource not found

## Changes

- **2026-03-10** `cbb3be5569a8` — 1 info
  - endpoint added
- **2026-02-19** `e61389fc98ac` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ctrlplanedev/apis/ctrlplane-api/changes/v1/workspaces/:workspaceId/resource-providers/name/:name/resources/get.md)

---

[API](https://skmtc.dev/ctrlplanedev/apis/ctrlplane-api.md) · [All operations](https://skmtc.dev/ctrlplanedev/apis/ctrlplane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ctrlplanedev/ctrlplane-api/revisions/156e0d264995/schema)
