Returns the current status of an async extract job. Poll until status is completed or failed.
Pagination: when completed, result.data is paginated with a fixed page size of 15. Use the page query param (1-based) to navigate; result.pagination reports total_items, total_pages, has_next, has_prev.
Recommended polling: 1 s intervals for the first 10 s, then 5 s intervals, cap at 30 s.
Documentation Index
Fetch the complete documentation index at: https://developers.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1-based page index for navigating result.data. Fixed page size of 15 items. Returns 400 if the page is out of range.
Extract job status (pending, processing, completed, or failed).