---
title: "List resource summaries"
method: GET
path: "/resources/summary"
tags: ["resources"]
---

# List resource summaries

`GET /resources/summary`

Lists lightweight resource summaries (label, stack, type, native ID, ksuid) based on an optional query string.

## Query parameters

- `query` string

## Response `200`

OK: The resource summaries.

- ModelResourceSummary[]
  - `Ksuid` string
  - `Label` string
  - `NativeID` string
  - `Stack` string
  - `Type` string

## Other responses

- `400` — Bad Request: Invalid query.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/platform-engineering-labs/apis/formae-rest-api.md) · [All operations](https://skmtc.dev/platform-engineering-labs/apis/formae-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/platform-engineering-labs/formae-rest-api/revisions/17a8f5fd7318/schema)
