list_cohort_move_participants
List participants in a bulk AP migration
The drill-down: the participant IDs behind one cohort, oldest observation day first. A cohort's membership is DEFINED as the mover events its provider pair and day range select, so this list is always in step with the cohort's counts. Cursor-paginated on (day, value).
id is the request-lifetime handle from GET /v1/stats/cohort-moves. The detector re-clusters the trailing window on every run, so a handle whose cohort boundaries have since shifted answers 404 rather than a stale list — re-read the feed instead of persisting ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The cohort handle: 16 lowercase hex characters. | |
| limit | No | Page size, clamped to [1, 200]. Defaults to 50. | |
| cursor | No | Opaque pagination cursor returned as `next_cursor` by the previous page. |