Skip to main content
POST
Submit recalculation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
integer
required

Unique identifier for a dataset.

Body

application/json

Read only for a dataset on the Narrative data plane that has no statistics configuration, where it is required.

from_snapshot
string

Id of the first snapshot to recalculate from, as a decimal string.

Response

OK

snapshots
string[]
required

List of snapshots that should be included into statistics.

recalculation_id
string<uuid> | null

Unique recalculation id, or the id of the job doing the recalculation. Null when nothing needs recalculating.

from_snapshot_timestamp
string<date-time> | null

Timestamp of the first snapshot from the range. Null when the recalculation runs as a job.

until_snapshot_timestamp
string<date-time> | null

Timestamp of the last snapshot from the range. Null when the recalculation runs as a job.