Get document processing status
Documents
Get document processing status
Get document processing status and progress.
Poll Interval: Recommended 3-5 minutes between requests.
Status Values:
New- Uploaded, not yet submitted for processingPending- Queued for AI processingProcessing- Currently being analyzedProcessed- Complete, call/resultendpoint for full resultsFailed- Error occurred, checkerrorMessagefield
Progress Information:
progressPercentage- Completion percentage (0-100)totalItems- Total compliance items to analyzecompletedItems- Items successfully processedfailedItems- Items that failed processing
Result Summary:
When status is Processed, includes summary statistics:
averageScore- Overall compliance score (0-100)passedCount,failedCount,warningCount- Item counts by status
Billing Page Count:
pageCount- Total billing pages for the document (ceil(normalized chars / 1800)). Naturally 0 until the document is indexed.childDocuments[]- Per-child billing breakdown for consolidated submissions. Each entry hasdisplayName(original file name),fileName(system file name), andpageCount(billing pages for that child). Always present (empty when the document has no children); during the transition window historical children may read 0 while the parent total is correct.
GET
Get document processing status
Authorizations
API Key provided by Eve Admin Portal. Include this header in all authenticated requests.