Deskhero Developer Hub
Back to deskhero.com
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
Authorisation
Minimum role: USER

Request arguments

Name Type Source
Request body example
No input arguments

Response

Status
200 (OK)
Type
DTO_faq_import_live_event
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 401 (Unauthorized), 403 (Forbidden), 429 (TooManyRequests)
Response body example
DTO_faq_import_live_event
NameTypeReadOnlyDescription
questionStringQuestion
categoryStringCategory name the item landed in; null = uncategorized
page_urlStringThe crawled page the pair came from
created_countInt32Created count
skipped_duplicate_countInt32Skipped duplicate count
page_countInt32Page count
doneBooleanTrue on the final event of the run

Generated Aug 22, 2026 09:36