---
title: "List content strategies (actions)"
method: GET
path: "/v3/settings/strategies"
tags: ["Settings"]
---

# List content strategies (actions)

`GET /v3/settings/strategies`

Read the team's content strategies/actions with their selected state.

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object[]
  - `id` string
  - `title` string
  - `description` string
  - `slug` string, nullable
  - `steps` object
  - `isSelected` boolean

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2026-07-26** `60ff6690f93c` — 2 info
  - api tag `Settings` added
  - added the new optional `query` request parameter `teamId`

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/settings/strategies/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/d578cdf9e232?raw)
