Exec Inspect

Returns low-level information about an exec instance identified by the provided ID. This endpoint retrieves details such as the command being executed, whether the exec instance is still running, the exit code if it has completed, the container ID it's associated with, and various configuration settings like whether TTY is enabled or if the process is running in privileged mode. It's useful for monitoring and debugging exec instances created via the Exec Create endpoint, allowing you to check...