---
title: "Trigger a manual recrawl for a URL-sourced knowledge base document"
method: POST
path: "/companies/{company}/knowledge-base/documents/{documentId}/recrawl"
tags: ["Knowledge Base"]
---

# Trigger a manual recrawl for a URL-sourced knowledge base document

`POST /companies/{company}/knowledge-base/documents/{documentId}/recrawl`

## Path parameters

- `company` integer, required
- `documentId` integer, required

## Response `202`

Recrawl dispatched or already running

- object
  - `status` 'dispatched' | 'already_running'
  - `lastAttemptAt` string, date-time, nullable
  - `lastOutcome` string, nullable
  - `lastOriginStatus` integer, nullable
  - `lastErrorSource` string, nullable
  - `hasPendingSync` boolean

## Other responses

- `404` — Document or schedule not found
- `409` — Feature disabled
- `429` — Rate limited

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
