---
title: "Get article automation settings"
method: GET
path: "/v3/settings/article-automation"
tags: ["Settings"]
---

# Get article automation settings

`GET /v3/settings/article-automation`

Read the team's automated article generation settings (cadence, preferred posting time and timezone, preferred topics/types, image styles, CMS target, auto-update rules).

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `automation` boolean
  - `lastAutomationAt` string, date-time, nullable
  - `postingFrequency` string
  - `preferredPostingTime` string
  - `timeZone` string, nullable
  - `preferredTopicIds` string[]
  - `preferredArticleTypes` string[]
  - `preferredContentLength` string
  - `preferredCMSProvider` string, nullable
  - `connectedCmsProviders` string[]
  - `writingLanguage` string, nullable
  - `autoUpdateExistingArticles` 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/article-automation/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/6f0b6cbb515f?raw)
