ListPipelineRunActions returns the per-action timeline for a single run, oldest-first. Each row represents one materialised action — form / checklist / create_deal / send_notification — with its status, completion metadata, and the JSON `result` snapshot used to feed downstream variable interpolation.
GET/api/v1/crm/pipeline-runs/:runId/actions
Errors:
- NOT_FOUND: run does not exist (ErrPipelineRunNotFound).
Request
Responses
- 200
- default
A successful response.
An unexpected error response.