Spreads
Regenerate Spread
Re-consolidate a spread from its already-extracted data
POST
Re-consolidate a finished run from its already-extracted data. The documents are not re-processed; only the consolidation and report run again. The run goes back to
IN_PROGRESS and re-emits spread.started; on completion it emits spread.completed with new artifact ids.
Authentication
Requires thex-api-key header with a valid workspace API key.
Path Parameters
string
required
The run to regenerate.
Request Body
None. Send an empty body.Response
Returns202 Accepted with the run’s refreshed state, in the same shape as
Get Spread. artifacts still lists the
previous report and spreadsheet; when the regenerated run completes, new
artifacts replace them.
Errors
error
The
spreadId isn’t a run in your workspace.error
The run is still in flight. Wait for it to reach
COMPLETE or FAILED before
regenerating.