---
title: "Get recurring deep research templates"
method: GET
path: "/deep-research/recurring"
tags: ["Deep Research"]
---

# Get recurring deep research templates

`GET /deep-research/recurring`

Returns all recurring deep research 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
    - `text` string — The research query text
    - `provider` 'gemini' | 'openai' — The AI provider for research
    - `outputType` string — Output format type
    - `jsonFormat` string, nullable — JSON formatting template applied when outputType is json
    - `deletedOn` string, date-time, nullable — When the template was deleted (null if not deleted)
    - `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

- `400` — Bad request - amateur subscription
- `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)
