---
title: "Get all internal links for a team"
method: GET
path: "/v3/cms/team/internal-links"
tags: ["CMS"]
---

# Get all internal links for a team

`GET /v3/cms/team/internal-links`

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `internalLinks` object[]
    - `sourceSlug` string
    - `targetSlug` string, nullable
    - `targetUrl` string, nullable
    - `status` string

## Other responses

- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/8f92b00b75d6/schema)
