get_invocation
Get a single invocation by ID, including status, output, error, stderr, and duration. Use this to poll an async invocation (invoke_workflow with invoke_mode=async returns an invocation_id) until status is 'completed', 'failed', 'timeout', or 'oom_killed'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invocation_id | Yes |