Reindex Website Source and Wait
ethora-sources-site-reindex-v2-waitRe-crawl and re-embed a previously crawled URL and block until the server finishes — a single-call, long-timeout variant of ethora-sources-site-reindex-v2 (same refresh effect). Returns { done: true, durationMs, result }.
Auth: app-token mode OR B2B mode with an explicit appId. Errors: 401/403 wrong auth; 404 unknown appId or urlId; 504/timeout if it takes longer than timeoutMs (the job may still complete server-side). Related: get urlId from ethora-sources-site-list-v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | 24-char hex appId the URL belongs to. Required in B2B mode unless already set via `ethora-app-select`; ignored in app-token mode. | |
| urlId | Yes | Id of a previously crawled URL record. Get it from `ethora-sources-site-list-v2`. | |
| timeoutMs | No | How long to wait for the reindex to finish, in milliseconds. Default 120000. Caps at 600000 (10 min). |