---
title: "List Site Subdomain Redirects"
method: GET
path: "/site_subdomain_redirects"
tags: ["site_subdomain_redirects", "Site Subdomain Redirects"]
---

# List Site Subdomain Redirects

`GET /site_subdomain_redirects`

List Site Subdomain Redirects

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of SiteSubdomainRedirects objects.

- SiteSubdomainRedirectEntity[]
  - `id` integer — Site subdomain redirect ID.
  - `subdomain` string — Files.com subdomain that continues to route to the current site subdomain.
  - `created_at` string, date-time — When this redirect was created.
  - `updated_at` string, date-time — When this redirect was last updated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.dev/files/apis/files-com-api.md) · [All operations](https://skmtc.dev/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/05fec53fa310/schema)
