---
title: "Reprocess rows from stored snapshots"
method: POST
path: "/webdbs/collections/{collection_id}/reprocess"
tags: ["webdbs"]
---

# Reprocess rows from stored snapshots

`POST /webdbs/collections/{collection_id}/reprocess`

Extracts rows again from saved pages without fetching them again. Use `where` to select rows.

## Path parameters

- `collection_id` string, required — Collection ID.

## Request body

- WebdbsReprocessRequest — Selects rows to extract again from saved pages.
  - `where` object — Rows to reprocess. Omit to reprocess every row.
  - `tags` string[] — Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

## Response `202`

Reprocess queued

- WebdbsRunQueuedResponse — Confirms that a collection run was queued.
  - `collection_id` string, required — Collection ID.
  - `run_id` string, required — Queued run ID.
  - `queued` boolean, required — Whether the run was queued.
  - `key_metadata` object — API key usage for this request.
    - `credits_consumed` integer, required — The number of credits consumed by this request.
    - `credits_remaining` integer, required — The number of credits remaining for your organization after this request.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

## Changes

> 26 revisions in range; 19 could not be searched.

- **2026-07-31** `f5c503b03f98` — 12 warning
  - added the new `BATCH_LIMIT_EXCEEDED` enum value to the `error_code` response property for the response status `400`
  - added the new `BATCH_LIMIT_EXCEEDED` enum value to the `error_code` response property for the response status `401`
  - added the new `BATCH_LIMIT_EXCEEDED` enum value to the `error_code` response property for the response status `404`
  - added the new `BATCH_NOT_CANCELLABLE` enum value to the `error_code` response property for the response status `400`
  - …8 more
- **2026-07-26** `35f1d8d4ea26` — 6 warning
  - added the new `MONITOR_NO_WEBHOOK` enum value to the `error_code` response property for the response status `400`
  - added the new `MONITOR_NO_WEBHOOK` enum value to the `error_code` response property for the response status `401`
  - added the new `MONITOR_NO_WEBHOOK` enum value to the `error_code` response property for the response status `404`
  - added the new `PAID_PLAN_REQUIRED` enum value to the `error_code` response property for the response status `400`
  - …2 more
- **2026-07-21** `3764d9c86493` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/context/apis/context-dev/changes/webdbs/collections/:collection_id/reprocess/post.md)

---

[API](https://skmtc.dev/context/apis/context-dev.md) · [All operations](https://skmtc.dev/context/apis/context-dev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/context/context-dev/revisions/1febe5476266/schema)
