Need REST coverage for indexer import jobs (create/run/status/results) to satisfy ERD indexer checklist.
Must preserve stored-procedure boundaries, stable errors, and testable handlers with E2E coverage.
Decision:
Add import job request/response models and handler wiring for create/run/status/results endpoints.
Extend app facade mapping for import job error translation and results/status projection.
Update OpenAPI and Playwright API coverage for new endpoints.
Alternatives considered: defer API surface until full import pipeline; rejected to keep parity with checklist and procs.
Consequences:
Positive outcomes: import job endpoints are now reachable, documented, and covered in E2E.
Risks or trade-offs: runtime worker support now finalizes jobs deterministically, but full live importer execution for all import kinds remains incremental.
Follow-up:
Implement background import execution and UI flows for import job monitoring.