---
title: "Refresh Trending Transcripts"
method: POST
path: "/admin/trending/transcripts/refresh"
tags: ["admin"]
---

# Refresh Trending Transcripts

`POST /admin/trending/transcripts/refresh`

Manually refresh the trending transcripts cache.
Fetches from PostHog and updates both primary and backup caches.

## Response `200`

Successful Response

- RefreshTrendingTranscriptsResponse — Response from manually refreshing trending transcripts cache.
  - `status` string, required
  - `count` integer, required
  - `timestamp` string, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
