---
title: "List resources"
method: GET
path: "/resources/{type}"
tags: ["resources"]
---

# List resources

`GET /resources/{type}`

List all resources of a specific type

## Path parameters

- `type` string, required

## Response `200`

List of resources

- TypesResource[]
  - `id` string
  - `metadata` object
  - `name` string
  - `pipeline` string
  - `resource` string
  - `spec` unknown

## Other responses

- `400` — Bad request - Missing parameters
- `500` — Internal server error

---

[API](https://skmtc.dev/open-ug/apis/conveyor-ci-api.md) · [All operations](https://skmtc.dev/open-ug/apis/conveyor-ci-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open-ug/conveyor-ci-api/revisions/4ad35de52cbb/schema)
