---
title: "List tech insights (row counts) for a company"
method: GET
path: "/api/admin/companies/{id}/list-tech-insights"
tags: ["Administration/Companies"]
---

# List tech insights (row counts) for a company

`GET /api/admin/companies/{id}/list-tech-insights`

Returns row counts across the tables most relevant to a company, grouped into categories for the admin diagnostics screen.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object[], required
    - `key` string, required
    - `value` number, required
    - `category` 'user activity' | 'vendor' | 'compliance' | 'tracing' | 'assets' | 'uncategorised', required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
