lexera_get_order_status tool retrieves the current state of a document that was dispatched via lexera_route_to_specialist. Use the order_id returned at dispatch time to poll for updates. Once the human attorney completes review and issues the law firm-certified signature, the status changes to verified_executed and the response includes download links for the finalized artifacts.
Parameters
string
required
The
order_id returned from a successful lexera_route_to_specialist call.JSON-RPC request
The POST returns
HTTP 202 Accepted. The status result is streamed back over the open SSE connection.Response (completed order)
When the human attorney has finished review, the response is streamed over SSE inside a JSON-RPC 2.0 envelope:string
The UUID of the order, matching the
job_id from the request.string
The real-time status of the order. The exhaustive list of documented statuses is
pending_admin_triage and verified_executed.string
Present only when
current_status is verified_executed. A direct download link for the law firm-certified redline .docx artifact.string
Present only when
current_status is verified_executed. A direct download link for the law firm-certified report artifact.string
Present only when
current_status is verified_executed. A summary of changes and recommendations from the reviewing attorney.string
Present only when
current_status is verified_executed. The ISO 8601 timestamp when the attorney finalized the review.Status lifecycle
The exhaustive list of documented order statuses today is:pending_admin_triage— The document has been dispatched and is awaiting initial triage by the assigned law firm.verified_executed— The human attorney has completed review, issued the law firm-certified signature, and the finalized artifacts are ready for download.
Download artifacts
Whencurrent_status is verified_executed, use the certified_redline_url and certified_report_url to download the finalized documents. See the Download Artifacts guide for a complete curl example and instructions on saving the .docx files.