latestOpenAPI 3.0.02026-08-1610635191.3 KB

355890b6b4cc

Deep Research

Get recurring deep research templates

Returns all recurring deep research templates for the authenticated user with their configuration and scheduling details.

get/deep-research/recurring

Response

Successfully retrieved recurring templates

successboolean

Example response

{
  "success": true,
  "templates": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "text": "Latest developments in quantum computing",
      "provider": "gemini",
      "outputType": "json",
      "jsonFormat": "{\"summary\":\"\",\"takeaways\":[]}",
      "callbackData": "user-data-123",
      "dailyCount": 2,
      "scheduleEndDate": "2024-12-31T23:59:59Z",
      "lastRunAt": "2024-01-15T10:30:00Z",
      "nextRunAt": "2024-01-15T14:30:00Z",
      "createdOn": "2024-01-01T00:00:00Z"
    }
  ]
}