---
title: "List resources by kind"
method: GET
path: "/api/orgs/{org}/resources"
tags: ["Resources"]
---

# List resources by kind

`GET /api/orgs/{org}/resources`

Lists all resources of the specified kind within the organization's
namespace. Defaults to 'Repository' if kind is not specified.

## Path parameters

- `org` string, required

## Query parameters

- `kind` string

## Response `200`

Resource list

- ResourceList
  - `items` KradleResource[]
    - `apiVersion` string, required
    - `kind` string, required — Resource kind (e.g. Repository, AgentStack)
    - `metadata` object, required
      - `name` string, required
      - `namespace` string
      - `labels` object
      - `annotations` object
      - `creationTimestamp` string, date-time
    - `spec` object — Resource spec (kind-specific fields)
    - `status` object — Resource status (set by controller)
  - `total` integer — Total number of items
  - `kind` string — Resource kind that was listed

## Other responses

- `400` — Bad request — invalid input or malformed JSON
- `500` — Internal server error

---

[API](https://skmtc.dev/a5c-ai/apis/kradle-api.md) · [All operations](https://skmtc.dev/a5c-ai/apis/kradle-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/a5c-ai/kradle-api/revisions/b5eadb2ecd8b/schema)
