---
title: "Refresh an Analysis Group"
method: POST
path: "/v1/beam/analysis-groups/{group_id}/refresh"
tags: ["Analysis Groups"]
---

# Refresh an Analysis Group

`POST /v1/beam/analysis-groups/{group_id}/refresh`

Rerun the Beam Analysis Group aggregation process. The `readiness_status` will be set to
`pending` until processing completes. Returns 400 if the Group is already being processed.

## Path parameters

- `group_id` string, required

## Response `202`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Bearer token scope insufficient
- `404` — Analysis Group not found
- `409` — Data conflict

---

[API](https://skmtc.net/predicthq/apis/predicthq-events-api.md) · [All operations](https://skmtc.net/predicthq/apis/predicthq-events-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/predicthq/predicthq-events-api/revisions/66cd8ff349dd/schema)
