Auth0\SDK\API\Management\Logs::get PHP Method

get() public method

public get ( $id )
    public function get($id)
    {
        return $this->apiClient->get()->logs($id)->call();
    }