---
title: "Get recurring X (Twitter) templates"
method: GET
path: "/x/recurring"
tags: ["X"]
---

# Get recurring X (Twitter) templates

`GET /x/recurring`

Returns all recurring tweet/thread templates for the authenticated user with their configuration and scheduling details.

## Response `200`

Successfully retrieved recurring templates

- object
  - `success` boolean
  - `templates` object[]
    - `id` string — Unique ID of the recurring template
    - `type` 'tweet' | 'thread' — Type of X post to create
    - `deletedOn` string, date-time, nullable — When the template was deleted (null if not deleted)
    - `feedIds` integer[] — Feed IDs used as content sources
    - `deepResearchIds` string[] — Deep research IDs used as content sources
    - `projectIds` string[] — Project IDs used as context
    - `audioUrl` string, nullable — Audio URL for transcription
    - `url` string, nullable — URL for content scraping
    - `text` string, nullable — Raw text content
    - `prompt` string, nullable — Style instructions for generation
    - `imageUrl` string, nullable — Image URL for context
    - `promptAudioUrl` string, nullable — Audio URL for prompt instructions
    - `queryText` string, nullable — Quick mode query text
    - `queryAudioUrl` string, nullable — Quick mode query audio URL
    - `fast` boolean, nullable — Whether this is a quick mode template
    - `tweetStyle` 'OneLiner' | 'Paragraphs' | 'Explainer', nullable — Formatting style for tweets. OneLiner for concise tweets, Paragraphs for story-style tweets, Explainer for educational content.
    - `callbackData` string, nullable — User-specific callback data
    - `dailyCount` integer — Number of executions per day
    - `scheduleEndDate` string, date-time, nullable — End date for the recurring template (null = indefinite)
    - `lastRunAt` string, date-time, nullable — Last execution timestamp
    - `nextRunAt` string, date-time, nullable — Next scheduled execution (null = paused)
    - `createdOn` string, date-time — Template creation timestamp

## Other responses

- `401` — Unauthorized - invalid or missing token
- `500` — Internal server error

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
