---
title: "Get all router configs"
method: GET
path: "/public/v2/routers/configs"
tags: ["Routers"]
---

# Get all router configs

`GET /public/v2/routers/configs`

Required permission: Device command and configuration, View.<br/>Return all router configs on this account in paginated form

## Query parameters

- `page` integer

## Response `200`

Paginated RouterConfigResponse

- RouterConfigResponseV2PaginatedServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` RouterConfigResponseV2Paginated
    - `pageIndex` integer
    - `limit` integer
    - `isLastPage` boolean
    - `results` RouterConfigResponseV2[], nullable
      - `configId` string — Config Id.
      - `nickname` string — Nickname for this config. Must be less than 100 characters.
      - `routerConfigJson` string — Config in JSON format.
    - `totalCount` integer

## Other responses

- `400` — Bad request. Invalid or missing parameter
- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Unprocessable Content

---

[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)
