# RunResult.output
URL: https://lsd.tools/docs/api-runresult-output
Updated: 2026-07-17

## Example

```python
data = Engine().run(pipeline).output   # an lsdtools Table
data.print()
```

## Notes

Wraps the run's terminal Arrow table in an lsdtools [`Table`](/docs/api-table); it is `None` when no
step produced an output table. Reach the raw `pyarrow.Table` via `.pipeline.output` when you need it.

## See also

**API:** [outputs](/docs/api-runresult-outputs) · [print](/docs/api-runresult-print) · [Table](/docs/api-table)
