List ingestion job logs grouped by document
Returns one group per child document with its logs in chronological order.
Pagination is at the document level (limit = max documents per page).
GET
List ingestion job logs grouped by document
Previous
Retry a failed ingestion jobRetry a failed or partially-failed ingestion job.
For segmented jobs, re-dispatches only the segments that failed.
For non-segmented (single-pass) jobs, resets the job and version
state and re-dispatches ``prepare_document``.
Returns 202 with the job ID; poll ``GET /ingestion-jobs/{job_id}``
for progress.
Next
List ingestion job logs grouped by document