Changelog
Changelog
Change history for the Numora Public API developer preview.
Scope
This page tracks externally relevant changes to the Numora Public API contract and developer documentation.
During developer preview, changelog entries may describe:
- New public resources
- Contract clarifications
- Breaking-change warnings
- Availability changes across providers or schemas
2026-03-21
Initial developer preview documentation baseline.
Added
- Public API overview for the
/v1contract. - Authentication and first-request guidance.
- Document API contract for ingestion, result retrieval, and review actions.
- Document lifecycle guidance for
processing,review_required,reviewed, and futurepush_*states. - Review and approval guidance, including
review_state, approval semantics, and optimistic concurrency. POST /v1/documents/{id}/actions/rejectandPOST /v1/documents/{id}/actions/retry-pushare now available in developer preview.GET /v1/workflows,POST /v1/workflows/{id}/dispatch, andGET /v1/runs/{id}are now available in developer preview.GET /v1/runs/{id}/logsis now available in developer preview.- Mappings and destinations guidance for schema catalog, destination resources, and downstream mapping design.
- Workflow runs guidance for workflow listing, dispatch, run detail, and node-level logs.
- Webhook delivery guidance.
- Error codes and limits reference.
- Shared public API conventions for idempotency, errors, headers, and asynchronous behavior.
Clarified
- The public API is modeled as a document operations platform, not a single OCR endpoint.
- The public contract should use normalized external models such as
document.statusanddestination, rather than leaking internal OCR or provider storage shapes. - Manual workflow dispatch may execute inline in preview environments, but clients should treat dispatch as asynchronous by default.
dynamics365is the currently active destination provider; other providers remain planned.
Known Limits
- The documented public API contract is still in developer preview.
- Some documented action routes and resources are contract-first and may not yet be fully implemented under
/v1. - Internal session routes under
/api/*are not the public API surface.
Changelog Policy
Numora should add a new changelog entry whenever one of these happens:
- A new public endpoint is introduced.
- A response field is added, removed, or redefined.
- A status enum changes.
- A provider or schema changes availability.
- Retry, webhook, auth, or pagination behavior changes in an externally visible way.
Related Pages
2026-03-24
Outbound delivery guidance for n8n and delivery status tracking is now documented.
Added
GET /v1/delivery/outboxguidance for polling reviewed and finalized documentsPOST /v1/documents/{id}/dispatchguidance for Numora-managed downstream executionGET /v1/documents/{id}/deliveryandPOST /v1/documents/{id}/deliveryguidance for callback-based delivery loggingn8n Outbound Deliverypage covering the recommendedoutbox -> dispatchintegration pattern
Clarified
- The recommended multi-tenant model keeps destination credentials and workflow bindings inside Numora
push_pendingandpush_succeededdocuments are not intended to reappear in the delivery outbox