get_process_details
Retrieve detailed status, node states, and context variables for a specific process using its UUID. Optionally include full pipeline configuration.
Instructions
Fetch detailed status, current node states, and context variables of a specific process. process_id: UUID of the process. verbose: If True, returns full process structure including pipeline_config and display_all_data. If False (default), returns a compact representation with context variables but config omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | ||
| process_id | Yes |