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

# Get a resource provider by name

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

## Path parameters

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

## Response `200`

OK response

- ResourceProvider
  - `createdAt` string, date-time, required
  - `id` string, required
  - `metadata` object — Arbitrary metadata for the resource provider (record<string, string>)
  - `name` string, required
  - `workspaceId` string, uuid, required

---

[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)
