---
title: "Refresh an Analysis"
method: POST
path: "/v1/beam/analyses/{analysis_id}/refresh"
tags: ["Analyses"]
---

# Refresh an Analysis

`POST /v1/beam/analyses/{analysis_id}/refresh`

Rerun the Beam correlation and analysis process for an existing Analysis. The
`readiness_status` will be set to `pending` until processing completes. Returns 400 if the
Analysis is already being processed.

## Path parameters

- `analysis_id` string, required

## Response `202`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Bearer token scope insufficient
- `404` — Analysis 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)
