Download the result workbook
Inspect and download artifacts
Programmatic result inspection
partially_failed, review row-level error information before deciding whether to prepare a new input. A changed payload requires a new client request ID.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve row results, result workbooks, and generated files from a loomloom run.
| Result | Best for | Command |
|---|---|---|
| Result rows | Programmatic inspection of row status and inline output | loomloom run result-rows <run-id> |
| Result workbook | Reviewing input, output, and errors in Excel | loomloom run result-workbook <run-id> |
| Artifacts | Downloading generated images, videos, or files | loomloom artifact list/download <run-id> |
loomloom run result-workbook <run-id> --output-file ./result.xlsx
loomloom artifact list <run-id>
loomloom artifact download <run-id> --output-dir ./artifacts
loomloom run result-rows <run-id> --output json
partially_failed, review row-level error information before deciding whether to prepare a new input. A changed payload requires a new client request ID.