Skip to main content
LoomLoom exposes three complementary result views. Use the run ID returned at submission to retrieve each one.

Download the result workbook

The server-generated workbook uses the submitted input snapshot to align each result with its original row. It remains useful when a run is partially failed because completed and failed rows can be reviewed together.

Inspect and download artifacts

Text results may be returned inline. Generated file outputs are exposed as artifacts and can be downloaded to a directory you control.

Programmatic result inspection

Use JSON output when another command or program will consume the response. Keep identifiers unchanged when chaining commands.
Artifact access URLs may be temporary signed URLs. Download the file when needed, but do not copy those URLs into documentation, source code, or long-lived logs.
If a run is partially_failed, review row-level error information before deciding whether to prepare a new input. A changed payload requires a new client request ID.