---
title: "ListResources Catalog V2"
method: GET
path: "/v2/catalog_resources"
tags: ["Catalog V2"]
---

# ListResources Catalog V2

`GET /v2/catalog_resources`

List available engine resources for the catalog.

A resource represents a type of data that can be held within the catalog, so this
endpoint can be used to see what attribute types can be used when updating the
schema of a catalog type.

## Response `200`

OK response.

- CatalogV2ListResourcesResponseBody
  - `resources` CatalogResourceV2[], required
    - `category` 'primitive' | 'custom' | 'external', required — Which category of resource
    - `description` string, required — Human readable description for this resource
    - `label` string, required — Label for this catalog resource type
    - `type` string, required — Catalog type name for this resource
    - `value_docstring` string, required — Documentation for the literal string value of this resource

---

[API](https://skmtc.net/incident/apis/incident-io.md) · [All operations](https://skmtc.net/incident/apis/incident-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incident/incident-io/revisions/602fc25ddd76/schema)
