getTop

suspend fun getTop(id: String, psArgs: String? = null): Result<ContainerTopResponse, ErrorResponse>

List processes running inside a container

On Unix systems, this is done by running the ps command. This endpoint is not supported on Windows.