---
title: "Retro Dispatch Tick"
method: POST
path: "/api/internal/app-auto-gtm/retrospectives/dispatch/tick"
tags: ["AppAutoGtm"]
---

# Retro Dispatch Tick

`POST /api/internal/app-auto-gtm/retrospectives/dispatch/tick`

One pass over pending retrospectives. See
``api/flows/agent_chat_retro_actor.dispatch_pending_retrospectives``.

## Response `200`

Successful Response

- RetroDispatchTickResponse — Counters from one retro-dispatch cron pass. ``dispatched`` is the number of pending retrospectives launched this tick; ``skipped`` is a short reason when the handler took no action (e.g. the self-lock was already held).
  - `dispatched` integer
  - `skipped` string, nullable

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/b33fc5cb0069/schema)
