v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBwebdbs
Reprocess rows from stored snapshots
Extracts rows again from saved pages without fetching them again. Use where to select rows.
post/webdbs/collections/{collection_id}/reprocess
Path parameters
collection_idstring required
Collection ID.
Example:col_123
Collection ID.
Request body
Example request
{
"tags": [
"production",
"team-alpha"
]
}Response
Reprocess queued
Example response
{
"collection_id": "col_123",
"run_id": "run_123",
"queued": true
}