---
title: "Get Tenant Resources"
method: GET
path: "/admin/tenants/{tenant_id}/resources"
tags: ["admin-tenants"]
---

# Get Tenant Resources

`GET /admin/tenants/{tenant_id}/resources`

Get summary of external resources for a tenant.

## Path parameters

- `tenant_id` string, uuid, required

## Response `200`

Successful Response

- TenantResourceSummary — Summary of external resources to be cleaned up.
  - `livekit_dispatch_rule_ids` string[], required
  - `s3_keys` string[], required
  - `composio_connected_account_ids` string[], required
  - `chat_agent_count` integer, required
  - `report_agent_count` integer, required
  - `conversation_count` integer, required
  - `investigation_count` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/admin/tenants/:tenant_id/resources/get.md)

---

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