---
title: "Get Recent Installs"
method: GET
path: "/api/gateway/installs"
tags: ["Gateway"]
---

# Get Recent Installs

`GET /api/gateway/installs`

Get recent Context-Gateway installs.

**Requires admin authentication**

Returns list of recent install records for admin dashboard.

## Query parameters

- `limit` integer — Number of records to return

## Response `200`

Successful Response

- GatewayInstallListResponse
  - `success` boolean
  - `message` string, nullable
  - `installs` GatewayInstallRecord[]
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `version` string, nullable
    - `country_code` string, nullable
    - `region` string, nullable
    - `city` string, nullable
  - `total` integer

## Other responses

- `401` — Unauthorized - requires API key
- `403` — Forbidden - admin access required
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/93ee959dfa51/schema)
