---
title: "Get Croo Known Extensions"
method: GET
path: "/croo/known-extensions"
tags: ["Croo"]
---

# Get Croo Known Extensions

`GET /croo/known-extensions`

Best-effort extension -> name directory derived from scraped call
history. Used to label configured extensions and to power add-box
autocomplete. Names are inferred from outbound rows only and may be stale.

## Response `200`

Successful Response

- CrooKnownExtensionsResponse
  - `extensions` CrooKnownExtension[]
    - `ext` string, required
    - `name` string, nullable
    - `last_seen` string, date-time, nullable
    - `call_count` integer

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
