Refresh an Analysis Group

Re-run the Beam Analysis Group aggregation process.

Refresh an Analysis Group

post

Rerun the Beam Analysis Group aggregation process.

Authorizations
Path parameters
group_idstringRequired

An Analysis Group ID. Analyses that belong to this group will be returned.

Example: 3ED1zxXqAY
Responses
202

Successful Response

No content

post
/v1/beam/analysis-groups/{group_id}/refresh
POST /v1/beam/analysis-groups/{group_id}/refresh HTTP/1.1
Host: api.predicthq.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

No content

Examples

curl -X POST "https://api.predicthq.com/v1/beam/analysis-groups/$GROUP_ID/refresh" \
     -H "Accept: application/json" \
     -H "Authorization: Bearer $ACCESS_TOKEN"

OpenAPI Spec

The OpenAPI spec for Beam API can be found here.

Last updated

Was this helpful?