Faqs
Import live status
Durable state of the caller's current/last live import run (counters + done flag; null when none ran recently). The import modal polls this alongside the websocket events so a dropped socket never leaves it stuck on a spinner.
GET
/api/{tenant:minlength(2)}/v{version:apiVersion}/faqs/import_live_status
Request arguments
| Name | Type | Source |
|---|
Request body example
Response
Response body example
DTO_faq_import_live_event
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| question | String | Question | |
| category | String | Category name the item landed in; null = uncategorized | |
| page_url | String | The crawled page the pair came from | |
| created_count | Int32 | Created count | |
| skipped_duplicate_count | Int32 | Skipped duplicate count | |
| page_count | Int32 | Page count | |
| done | Boolean | True on the final event of the run |
Generated Aug 22, 2026 09:36