---
title: "GET /cms/url-redirects/2026-09"
method: GET
path: "/cms/url-redirects/2026-09"
tags: ["Basic"]
---

# GET /cms/url-redirects/2026-09

`GET /cms/url-redirects/2026-09`

## Query parameters

- `after` string
- `archived` boolean
- `createdAfter` string, date-time
- `createdAt` string, date-time
- `createdBefore` string, date-time
- `limit` integer
- `sort` string[]
- `updatedAfter` string, date-time
- `updatedAt` string, date-time
- `updatedBefore` string, date-time

## Response `200`

successful operation

- CollectionResponseWithTotalUrlMappingForwardPaging
  - `paging` ForwardPaging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — The cursor value indicating where to begin fetching the next page of results in a paginated collection.
      - `link` string — An optional URL for directly accessing the next page of results.
  - `results` UrlMapping[], required
    - `created` string, date-time, required — The date and time when the URL mapping was initially created.
    - `destination` string, required — The destination URL, where the target URL should be redirected if it matches the `routePrefix`.
    - `id` string, required — The unique ID of this URL redirect.
    - `isMatchFullUrl` boolean, required — Whether the `routePrefix` should match on the entire URL, including the domain.
    - `isMatchQueryString` boolean, required — Whether the `routePrefix` should match on the entire URL path, including the query string.
    - `isOnlyAfterNotFound` boolean, required — Whether the URL redirect mapping should apply only if a live page on the URL isn't found. If False, the URL redirect mapping will take precedence over any existing page.
    - `isPattern` boolean, required — Whether the `routePrefix` should match based on pattern.
    - `isProtocolAgnostic` boolean, required — Whether the `routePrefix` should match both HTTP and HTTPS protocols.
    - `isTrailingSlashOptional` boolean, required — Whether a trailing slash will be ignored.
    - `precedence` integer, required — Used to prioritize URL redirection. If a given URL matches more than one redirect, the one with the **lower** precedence will be used.
    - `redirectStyle` integer, required — The type of redirect to create. Options include: 301 (permanent), 302 (temporary), or 305 (proxy). Find more details [here](https://knowledge.hubspot.com/cos-general/how-to-redirect-a-hubspot-page).
    - `routePrefix` string, required — The target incoming URL, path, or pattern to match for redirection.
    - `updated` string, date-time, required — The date and time when the URL mapping was last modified.
  - `total` integer, required — The total number of URL mappings available.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/cms-url-redirects.md) · [All operations](https://skmtc.net/hubspot/apis/cms-url-redirects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/cms-url-redirects/revisions/c73547584248/schema)
