Look up the latest status for a run.
COMPLETED,
FAILED, or CANCELLED). Responses include timestamps, inputs, outputs, and (when configured)
a logsUrl pointing to the latest execution logs.
runId — UUID for the run to inspect.200 OK — Returns { "run": Run } with up-to-date status, progress, outputs, and timestamps.400 Bad Request — Invalid run ID.401 Unauthorized — Missing or malformed API key.404 Not Found — The run does not belong to the authenticated organization.status to drive polling back-off and surface completion details.