Get tool execution info
Authentication
Path parameters
Response
Lifecycle status shared by every asynchronous job (tool executions, workflow runs, remix actions, project exports, and timeline interchange jobs). pending and running are in-progress; succeeded, failed, and cancelled are terminal.
Tool name (e.g. GENERATE_IMAGE, TEXT_TO_SPEECH).
Completion progress for the current attempt (0-100). Always 100 when status is succeeded.
Zero-based index of the current or most recent execution attempt.
One entry per generated result. Always present; empty until status is succeeded, then one entry per generated file (each with signed URLs and a hydrated file).
Error details. Always present; null unless status is failed.