---
title: "Get list of router local content files"
method: GET
path: "/public/v2/routers/local-content"
tags: ["Routers"]
---

# Get list of router local content files

`GET /public/v2/routers/local-content`

Required permission: Device command and configuration, View.

## Response `200`

Success

- RouterLocalContentResponseListServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` RouterLocalContentResponse[], nullable
    - `nickname` string — Uploaded file name
    - `uploadDate` string, date-time — Upload timestamp
    - `fileContentId` string — Id of uploaded local content file, used in router config HTTPS server
    - `fileContentHash` string — MD5 hash of the uploaded file used to verify integrity when router downloads the file for hosting. Used in router config HTTPS server

## Other responses

- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Error getting list of router local content files.

---

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